[PC-BSD Commits] r1498 - pbibuild/modules/gambas

svn at pcbsd.org svn at pcbsd.org
Sat Mar 1 05:50:46 PST 2008


Author: kris
Date: 2008-03-01 05:50:46 -0800 (Sat, 01 Mar 2008)
New Revision: 1498

Modified:
   pbibuild/modules/gambas/pbi.conf
Log:

Disable building gambas on amd64



Modified: pbibuild/modules/gambas/pbi.conf
===================================================================
--- pbibuild/modules/gambas/pbi.conf	2008-03-01 13:44:48 UTC (rev 1497)
+++ pbibuild/modules/gambas/pbi.conf	2008-03-01 13:50:46 UTC (rev 1498)
@@ -34,4 +34,7 @@
 #           - The rebuild will take place even if port is still the same ver
 BUILDKEY="25"
 
+# 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