[PC-BSD Commits] r3721 - pbibuild/modules/gens
svn at pcbsd.org
svn at pcbsd.org
Tue Mar 31 16:44:22 PST 2009
Author: kris
Date: 2009-03-31 17:44:21 -0700 (Tue, 31 Mar 2009)
New Revision: 3721
Modified:
pbibuild/modules/gens/pbi.conf
Log:
Ignore gens on amd64, its for i386 only
Modified: pbibuild/modules/gens/pbi.conf
===================================================================
--- pbibuild/modules/gens/pbi.conf 2009-04-01 00:02:50 UTC (rev 3720)
+++ pbibuild/modules/gens/pbi.conf 2009-04-01 00:44:21 UTC (rev 3721)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="01"
+# 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