[PC-BSD Commits] r5588 - pbibuild/modules/devel/qdevelop
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 14 07:05:17 PST 2009
Author: kris
Date: 2009-12-14 07:05:17 -0800 (Mon, 14 Dec 2009)
New Revision: 5588
Modified:
pbibuild/modules/devel/qdevelop/pbi.conf
Log:
Fixed warning in qdevelop by including include files
Modified: pbibuild/modules/devel/qdevelop/pbi.conf
===================================================================
--- pbibuild/modules/devel/qdevelop/pbi.conf 2009-12-14 15:02:28 UTC (rev 5587)
+++ pbibuild/modules/devel/qdevelop/pbi.conf 2009-12-14 15:05:17 UTC (rev 5588)
@@ -32,8 +32,11 @@
# 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"
-PBIAUTOPOPULATE="YES" ; export PBIAUTOPOPULATE
+# By default we prune any include/ files used for building,
+# Set this to NO to keep any include/ directories in the resulting PBI
+PBIPRUNEINCLUDE="NO" ; export PBIPRUNEINCLUDE
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list