[csw-devel] SF.net SVN: gar:[9126] csw/mgar/gar/v2/categories/gnome/category.mk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Mar 13 09:32:52 CET 2010


Revision: 9126
          http://gar.svn.sourceforge.net/gar/?rev=9126&view=rev
Author:   wahwah
Date:     2010-03-13 08:32:51 +0000 (Sat, 13 Mar 2010)

Log Message:
-----------
mGAR v2: gnome category, using EXTRA_PKG_CONFIG_DIRS; small style changes

Modified Paths:
--------------
    csw/mgar/gar/v2/categories/gnome/category.mk

Modified: csw/mgar/gar/v2/categories/gnome/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/gnome/category.mk	2010-03-13 03:09:42 UTC (rev 9125)
+++ csw/mgar/gar/v2/categories/gnome/category.mk	2010-03-13 08:32:51 UTC (rev 9126)
@@ -1,5 +1,5 @@
 # pkg-config options
-EXTRA_PKG_CONFIG_PATH += /opt/csw/X11/lib/pkgconfig
+EXTRA_PKG_CONFIG_DIRS += /opt/csw/X11/lib
 
 MSGFMT= /opt/csw/bin/gmsgfmt
 MSGMERGE= /opt/csw/bin/gmsgmerge
@@ -11,7 +11,9 @@
 export GETTEXT
 
 # Perhaps there is a category-level variable set?
-EXTRA_INC ?= /opt/csw/X11/include /usr/X11/include /usr/openwin/share/include
-EXTRA_LIB ?= /opt/csw/X11/lib
+EXTRA_INC += /opt/csw/X11/include
+EXTRA_INC += /usr/X11/include
+EXTRA_INC += /usr/openwin/share/include
+EXTRA_LIB += /opt/csw/X11/lib
 
 include gar/gar.mk


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