[PC-BSD Commits] r3032 - pbibuild/modules/abyssws
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 2 11:04:39 PST 2008
Author: kris
Date: 2008-12-02 11:04:39 -0800 (Tue, 02 Dec 2008)
New Revision: 3032
Modified:
pbibuild/modules/abyssws/pbi.conf
Log:
Ignore building abyssws on amd64, since its for i386 only
Modified: pbibuild/modules/abyssws/pbi.conf
===================================================================
--- pbibuild/modules/abyssws/pbi.conf 2008-12-02 17:54:55 UTC (rev 3031)
+++ pbibuild/modules/abyssws/pbi.conf 2008-12-02 19:04:39 UTC (rev 3032)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="06"
+# 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