[40059] trunk/base/Mk/macports.autoconf.mk.in

toby at macports.org toby at macports.org
Thu Sep 18 20:14:26 PDT 2008


Revision: 40059
          http://trac.macports.org/changeset/40059
Author:   toby at macports.org
Date:     2008-09-18 20:14:25 -0700 (Thu, 18 Sep 2008)
Log Message:
-----------
Somewhat ugly hack to eliminate PACKAGE_* warning spam.

Modified Paths:
--------------
    trunk/base/Mk/macports.autoconf.mk.in

Modified: trunk/base/Mk/macports.autoconf.mk.in
===================================================================
--- trunk/base/Mk/macports.autoconf.mk.in	2008-09-19 02:53:51 UTC (rev 40058)
+++ trunk/base/Mk/macports.autoconf.mk.in	2008-09-19 03:14:25 UTC (rev 40059)
@@ -10,7 +10,7 @@
 CFLAGS			= @CFLAGS@ $(CFLAGS_QUICHEEATERS) $(CFLAGS_WERROR) $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE) $(CPPFLAGS)
 OBJCFLAGS		= @OBJCFLAGS@ $(CFLAGS_WERROR) ${CFLAGS_DEBUG} $(CFLAGS_OPTIMIZE) $(CPPFLAGS)
 CPPFLAGS		= @CPPFLAGS@ @DEFS@ @INCLUDES@ @TCL_INCLUDES@
-TCL_DEFS		= @TCL_DEFS@
+TCL_DEFS		= @TCL_DEFS@ -UPACKAGE_NAME -UPACKAGE_TARNAME -UPACKAGE_VERSION -UPACKAGE_STRING -UPACKAGE_BUGREPORT
 SHLIB_CFLAGS		= @SHLIB_CFLAGS@
 CFLAGS_DEBUG		= @CFLAGS_DEBUG@
 CFLAGS_OPTIMIZE		= @CFLAGS_OPTIMIZE@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080918/ee4a3b23/attachment.html 


More information about the macports-changes mailing list