[PC-BSD Commits] r1486 - pbibuild/modules/wine
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 29 11:47:20 PST 2008
Author: kris
Date: 2008-02-29 11:47:20 -0800 (Fri, 29 Feb 2008)
New Revision: 1486
Modified:
pbibuild/modules/wine/pbi.conf
Log:
Added flag to ignore building wine on amd64 systems, since its broken
Modified: pbibuild/modules/wine/pbi.conf
===================================================================
--- pbibuild/modules/wine/pbi.conf 2008-02-29 19:44:08 UTC (rev 1485)
+++ pbibuild/modules/wine/pbi.conf 2008-02-29 19:47:20 UTC (rev 1486)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="16"
+# Don't build this PBI on certian processors (i386 / amd64)
+ARCHIGNORE="amd64" ; export ARCHIGNORE
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list