Revision: 74110 http://trac.macports.org/changeset/74110 Author: ryandesign@macports.org Date: 2010-12-04 14:19:19 -0800 (Sat, 04 Dec 2010) Log Message: ----------- gkrellm: also add archflags to ldflags Modified Paths: -------------- trunk/dports/sysutils/gkrellm/Portfile Modified: trunk/dports/sysutils/gkrellm/Portfile =================================================================== --- trunk/dports/sysutils/gkrellm/Portfile 2010-12-04 22:11:09 UTC (rev 74109) +++ trunk/dports/sysutils/gkrellm/Portfile 2010-12-04 22:19:19 UTC (rev 74110) @@ -27,7 +27,7 @@ build.env CC="${configure.cc}" \ CFLAGS="${configure.cflags} ${configure.cc_archflags}" \ CPPFLAGS="${configure.cppflags}" \ - LDFLAGS="${configure.ldflags}" + LDFLAGS="${configure.ldflags} ${configure.ld_archflags}" build.target darwin9 destroot.target install_darwin9
participants (1)
-
ryandesign@macports.org