[Lunar-commits] CVS: moonbase/xfce4/xfce4-mixer BUILD,1.4,1.5

Jasper Huysmans jasper at lunar-linux.org
Sun Feb 22 19:23:11 GMT 2004


Update of /var/cvs/lunar/moonbase/xfce4/xfce4-mixer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv24137/xfce4-mixer

Modified Files:
	BUILD 
Log Message:
Make sure PKG_CONFIG_PATH is set correctly

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/xfce4/xfce4-mixer/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	18 Feb 2004 20:49:05 -0000	1.4
+++ BUILD	22 Feb 2004 19:23:09 -0000	1.5
@@ -1,9 +1,8 @@
 
 ( 
-  # o dear, nobody noticed this before ...
-  message "${MESSAGE_COLOR}Fixing include paths...${DEFAULT_COLOR}" &&
-  sedit 's?xfce4/lib?lib?' panel-plugin/*.c			&&
-  
+   # make sure proper PKG_CONFIG_PATH is set
+   export PKG_CONFIG_PATH="${XFCE4_PREFIX:-/opt/lunar/xfce/4.0}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+   
    ./configure  --build=$BUILD					\
                 --prefix=${XFCE4_PREFIX:-/opt/lunar/xfce/4.0}	\
                 --disable-static				\



More information about the Lunar-commits mailing list