[86147] users/cal/ports/x11/herbstluftwm/Portfile

cal at macports.org cal at macports.org
Wed Oct 19 16:49:41 PDT 2011


Revision: 86147
          http://trac.macports.org/changeset/86147
Author:   cal at macports.org
Date:     2011-10-19 16:49:41 -0700 (Wed, 19 Oct 2011)
Log Message:
-----------
x11/herbstluftwm: Replace ${configure.compiler} with the correct ${configure.cc} for CC and LD

Modified Paths:
--------------
    users/cal/ports/x11/herbstluftwm/Portfile

Modified: users/cal/ports/x11/herbstluftwm/Portfile
===================================================================
--- users/cal/ports/x11/herbstluftwm/Portfile	2011-10-19 23:48:00 UTC (rev 86146)
+++ users/cal/ports/x11/herbstluftwm/Portfile	2011-10-19 23:49:41 UTC (rev 86147)
@@ -40,8 +40,8 @@
 
 use_configure           no
 
-build.args-append       CC=${configure.compiler} \
-                        LD=${configure.compiler} \
+build.args-append       CC=${configure.cc} \
+                        LD=${configure.cc} \
                         EXTRACFLAGS="${configure.cflags} [get_canonical_archflags]" \
                         EXTRALDFLAGS="${configure.ldflags} [get_canonical_archflags]" \
                         TPUT=true
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111019/dda58e6a/attachment.html>


More information about the macports-changes mailing list