Re: [24808] trunk/dports/gnome/libgtop/Portfile
On May 4, 2007, at 19:48, source_changes@macosforge.org wrote:
Revision: 24808 http://trac.macosforge.org/projects/macports/changeset/24808 Author: rhwood@macports.org Date: 2007-05-04 17:48:21 -0700 (Fri, 04 May 2007)
Log Message: ----------- Clean configuration settings per ticket:11664
Modified Paths: -------------- trunk/dports/gnome/libgtop/Portfile
Modified: trunk/dports/gnome/libgtop/Portfile =================================================================== --- trunk/dports/gnome/libgtop/Portfile 2007-05-05 00:46:49 UTC (rev 24807) +++ trunk/dports/gnome/libgtop/Portfile 2007-05-05 00:48:21 UTC (rev 24808) @@ -18,5 +18,4 @@ use_bzip2 yes configure.args --mandir=${prefix}/share/man --infodir=${prefix}/ share/info \ --disable-static -configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ - CFLAGS="-no-cpp-precomp -lintl" +configure.cflags-append -lintl
Randall, I see you making these changes to many ports. Your log message only refers to ticket #11664 but you're also removing -no-cpp- precomp which isn't mentioned in that ticket. What's -no-cpp-precomp for, why was it in all those ports before, and why is it ok to remove it now? Thanks.
participants (1)
-
Ryan Schmidt