[66744] trunk/dports/devel/valgrind-devel/Portfile

raimue at macports.org raimue at macports.org
Wed Apr 21 16:54:24 PDT 2010


Revision: 66744
          http://trac.macports.org/changeset/66744
Author:   raimue at macports.org
Date:     2010-04-21 16:54:23 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
devel/valgrind-devel: Fix compatibility with MacPorts 1.8

Modified Paths:
--------------
    trunk/dports/devel/valgrind-devel/Portfile

Modified: trunk/dports/devel/valgrind-devel/Portfile
===================================================================
--- trunk/dports/devel/valgrind-devel/Portfile	2010-04-21 22:54:44 UTC (rev 66743)
+++ trunk/dports/devel/valgrind-devel/Portfile	2010-04-21 23:54:23 UTC (rev 66744)
@@ -44,7 +44,9 @@
 
 # valgrind sets up -arch by itself, adding our own interferes with the build
 configure.cc_archflags {}
-configure.ld_archflags {}
+if [exists configure.ld_archflags] {
+    configure.ld_archflags {}
+}
 
 variant mpich2 description {Use mpich2 for MPI support} {
     depends_lib-append port:mpich2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100421/29e69800/attachment.html>


More information about the macports-changes mailing list