[csw-devel] SF.net SVN: gar:[4410] csw/mgar/gar/v2/categories/x11/category.mk
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Sat Apr 18 23:54:12 CEST 2009
Revision: 4410
http://gar.svn.sourceforge.net/gar/?rev=4410&view=rev
Author: wbonnet
Date: 2009-04-18 21:54:12 +0000 (Sat, 18 Apr 2009)
Log Message:
-----------
Replace use of PKG_CONFIG_PATH by EXTRA_PKGCONFIG_PATH
Modified Paths:
--------------
csw/mgar/gar/v2/categories/x11/category.mk
Modified: csw/mgar/gar/v2/categories/x11/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/x11/category.mk 2009-04-18 21:52:55 UTC (rev 4409)
+++ csw/mgar/gar/v2/categories/x11/category.mk 2009-04-18 21:54:12 UTC (rev 4410)
@@ -23,9 +23,12 @@
export LDFLAGS CXXFLAGS CFLAGS CPPFLAGS GREP
# pkg-config options
-PKG_CONFIG_PATH += $(DESTDIR)/opt/csw/lib/pkgconfig
-PKG_CONFIG_PATH += $(DESTDIR)/opt/csw/X11/lib/pkgconfig
+EXTRA_PKGCONFIG_PATH = /opt/csw/X11/lib/pkgconfig
+EXTRA_PKGCONFIG_PATH += $(DESTDIR)/opt/csw/lib/pkgconfig
+EXTRA_PKGCONFIG_PATH += $(DESTDIR)/opt/csw/X11/lib/pkgconfig
+export PKG_CONFIG_PATH
+
# Configure common options
CONFIGURE_ARGS = --prefix=/opt/csw/X11
CONFIGURE_ARGS += --exec-prefix=/opt/csw/X11
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list