[PC-BSD Commits] r3753 - pbibuild/modules/wine
svn at pcbsd.org
svn at pcbsd.org
Fri Apr 3 10:31:12 PST 2009
Author: kris
Date: 2009-04-03 11:31:12 -0700 (Fri, 03 Apr 2009)
New Revision: 3753
Modified:
pbibuild/modules/wine/copy-files
pbibuild/modules/wine/pbi.conf
Log:
Update wine to make sure we grab extra libs from the wine/ folder
Modified: pbibuild/modules/wine/copy-files
===================================================================
--- pbibuild/modules/wine/copy-files 2009-04-03 18:08:00 UTC (rev 3752)
+++ pbibuild/modules/wine/copy-files 2009-04-03 18:31:12 UTC (rev 3753)
@@ -33,4 +33,5 @@
/usr/local/bin/wmc bin/
/usr/local/bin/wrc bin/
/usr/local/lib/wine autolibs/wine
+/usr/local/lib/wine/*.so autolibs/
/usr/local/share/wine share/wine
Modified: pbibuild/modules/wine/pbi.conf
===================================================================
--- pbibuild/modules/wine/pbi.conf 2009-04-03 18:08:00 UTC (rev 3752)
+++ pbibuild/modules/wine/pbi.conf 2009-04-03 18:31:12 UTC (rev 3753)
@@ -32,7 +32,7 @@
# 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"
# Don't build this PBI on certian processors (i386 / amd64)
ARCHIGNORE="amd64" ; export ARCHIGNORE
More information about the Commits
mailing list