[72211] trunk/dports/textproc/jive/Portfile

jmr at macports.org jmr at macports.org
Wed Oct 6 17:47:13 PDT 2010


Revision: 72211
          http://trac.macports.org/changeset/72211
Author:   jmr at macports.org
Date:     2010-10-06 17:47:11 -0700 (Wed, 06 Oct 2010)
Log Message:
-----------
jive: really respect build_arch

Modified Paths:
--------------
    trunk/dports/textproc/jive/Portfile

Modified: trunk/dports/textproc/jive/Portfile
===================================================================
--- trunk/dports/textproc/jive/Portfile	2010-10-07 00:42:53 UTC (rev 72210)
+++ trunk/dports/textproc/jive/Portfile	2010-10-07 00:47:11 UTC (rev 72211)
@@ -23,7 +23,8 @@
 use_configure           no
 
 build.args              CC=${configure.cc} \
-                        CFLAGS="${configure.cflags} ${configure.cc_archflags}"
+                        CFLAGS="${configure.cflags} ${configure.cc_archflags}" \
+                        LDFLAGS="${configure.ld_archflags}"
 
 destroot.args           prefix=${destroot}${prefix} \
                         MANDIR=${destroot}${prefix}/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101006/e65694af/attachment.html>


More information about the macports-changes mailing list