![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / x11 / pixman / builtin.mk (download)
Revision 1.7, Mon Mar 10 11:05:53 2014 UTC (9 years, 6 months ago) by jperkin
Search for pkgconfig files in lib${LIBABISUFFIX} and share directories as appropriate. This is required for X11_TYPE=native on Red Hat Linux. |
# $NetBSD: builtin.mk,v 1.7 2014/03/10 11:05:53 jperkin Exp $ BUILTIN_PKG:= pixman PKGCONFIG_FILE.pixman= ${X11BASE}/lib/pkgconfig/pixman-1.pc PKGCONFIG_FILE.pixman+= ${X11BASE}/lib${LIBABISUFFIX}/pkgconfig/pixman-1.pc .include "../../mk/buildlink3/pkgconfig-builtin.mk" .include "../../mk/x11.builtin.mk" # Work around broken libtool archive "/usr/X11/lib/libpixman-1.la" under # Mac OS 10.5.4 or newer which references a non-existing version of the # PNG shared library. CHECK_BUILTIN.pixman?= no .if !empty(CHECK_BUILTIN.pixman:M[nN][oO]) && \ !empty(USE_BUILTIN.pixman:M[Yy][Ee][Ss]) && \ !empty(MACHINE_PLATFORM:MDarwin-9.*-*) BUILDLINK_TRANSFORM+= rename:-lpixman-1.0.10.0:-lpixman-1 .endif