[92725] trunk/dports/lang/dmd/Portfile

takeshi at macports.org takeshi at macports.org
Fri May 4 18:05:59 PDT 2012


Revision: 92725
          https://trac.macports.org/changeset/92725
Author:   takeshi at macports.org
Date:     2012-05-04 18:05:59 -0700 (Fri, 04 May 2012)
Log Message:
-----------
dmd: fixed conf

Modified Paths:
--------------
    trunk/dports/lang/dmd/Portfile

Modified: trunk/dports/lang/dmd/Portfile
===================================================================
--- trunk/dports/lang/dmd/Portfile	2012-05-05 01:05:05 UTC (rev 92724)
+++ trunk/dports/lang/dmd/Portfile	2012-05-05 01:05:59 UTC (rev 92725)
@@ -78,6 +78,6 @@
     xinstall -d -m 755 ${destroot}${prefix}/etc/${name}
     set conf [open ${destroot}${prefix}/etc/${name}/${name}.conf w]
     puts $conf "\[Environment\]
-DFLAGS=-I${prefix}/include/druntime -I${prefix}/include/phobos -L${prefix}/lib"
+DFLAGS=-I${prefix}/include/druntime -I${prefix}/include/phobos -L-L${prefix}/lib"
     close $conf
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120504/2685030e/attachment.html>


More information about the macports-changes mailing list