[98773] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Mon Oct 15 06:59:02 PDT 2012


Revision: 98773
          http://trac.macports.org//changeset/98773
Author:   ryandesign at macports.org
Date:     2012-10-15 06:59:02 -0700 (Mon, 15 Oct 2012)
Log Message:
-----------
magic, magic-devel: fix build with old clang that doesn't understand LIBRARY_PATH

Modified Paths:
--------------
    trunk/dports/science/magic/Portfile
    trunk/dports/science/magic-devel/Portfile

Modified: trunk/dports/science/magic/Portfile
===================================================================
--- trunk/dports/science/magic/Portfile	2012-10-15 13:22:53 UTC (rev 98772)
+++ trunk/dports/science/magic/Portfile	2012-10-15 13:59:02 UTC (rev 98773)
@@ -44,6 +44,8 @@
 
 use_parallel_build  no
 
+build.env           X11_LDFLAGS=-L${prefix}/lib
+
 post-build {
     # The build and install don't notice when essential files don't get built,
     # so we must exit for it when it fails. #32934

Modified: trunk/dports/science/magic-devel/Portfile
===================================================================
--- trunk/dports/science/magic-devel/Portfile	2012-10-15 13:22:53 UTC (rev 98772)
+++ trunk/dports/science/magic-devel/Portfile	2012-10-15 13:59:02 UTC (rev 98773)
@@ -46,6 +46,8 @@
 
 use_parallel_build  no
 
+build.env           X11_LDFLAGS=-L${prefix}/lib
+
 post-build {
     # The build and install don't notice when essential files don't get built,
     # so we must exit for it when it fails. #32934
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121015/26ccd3e3/attachment.html>


More information about the macports-changes mailing list