[PC-BSD Commits] r4608 - in pbibuild/modules/games/foobillard: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 8 08:29:33 PDT 2009
Author: kris
Date: 2009-10-08 08:29:33 -0700 (Thu, 08 Oct 2009)
New Revision: 4608
Modified:
pbibuild/modules/games/foobillard/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/games/foobillard/pbi.conf
Log:
Fixed GL lib issue with foobillard
Modified: pbibuild/modules/games/foobillard/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/games/foobillard/overlay-dir/PBI.SetupScript.sh 2009-10-07 20:35:29 UTC (rev 4607)
+++ pbibuild/modules/games/foobillard/overlay-dir/PBI.SetupScript.sh 2009-10-08 15:29:33 UTC (rev 4608)
@@ -23,4 +23,9 @@
ln -s /usr/local/etc/fonts /Programs/${PROGDIR}/etc/fonts
fi
+# Make sure we only use the libGL on the system
+rm /Programs/${PROGDIR}/lib/libGl.*
+rm /Programs/${PROGDIR}/lib/libGL.*
+rm /Programs/${PROGDIR}/lib/libGLU.*
+
echo "LAUNCHCLOSE: /Programs/bin/foobillard"
Modified: pbibuild/modules/games/foobillard/pbi.conf
===================================================================
--- pbibuild/modules/games/foobillard/pbi.conf 2009-10-07 20:35:29 UTC (rev 4607)
+++ pbibuild/modules/games/foobillard/pbi.conf 2009-10-08 15:29:33 UTC (rev 4608)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="01"
+BUILDKEY="02"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list