Author: ranger
Date: Fri Jun 16 15:49:45 2006
New Revision: 121
URL:
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=121&repname=user%3a+ranger>
Log:
more explicit X stuff
Modified:
kde-admindir/trunk/environment-helper.sh
Modified: kde-admindir/trunk/environment-helper.sh
URL:
<http://svn.finkproject.org/websvn/diff.php?path=/kde-admindir/trunk/environment-helper.sh&rev=121&repname=user%3a+ranger>
==============================================================================
--- kde-admindir/trunk/environment-helper.sh (original)
+++ kde-admindir/trunk/environment-helper.sh Fri Jun 16 15:49:45 2006
@@ -95,6 +95,9 @@
if [ "$FINK_X11" -eq 1 ]; then
CPPFLAGS="$CPPFLAGS -I$PREFIX/X11/include"
LIBS="$LIBS -L$PREFIX/X11/lib"
+ export ac_cv_have_x="have_x=yes ac_x_includes=$PREFIX/X11/include
ac_x_libraries=$PREFIX/X11/lib"
+ export x_includes="$PREFIX/X11/include" x_libraries="$PREFIX/X11/lib"
+ export XMKMF="$PREFIX/X11/bin/xorg-xmkmf"
IMAKE="$PREFIX/X11/bin/xorg-imake"
else
CPPFLAGS="$CPPFLAGS -I/usr/X11R6/include"
LIBS="$LIBS -L/usr/X11R6/lib"
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits