[53881] trunk/dports/textproc/libebml/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jul 15 23:40:33 PDT 2009


Revision: 53881
          http://trac.macports.org/changeset/53881
Author:   ryandesign at macports.org
Date:     2009-07-15 23:40:33 -0700 (Wed, 15 Jul 2009)
Log Message:
-----------
libebml: use configure.cxx; see UsingTheRightCompiler

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

Modified: trunk/dports/textproc/libebml/Portfile
===================================================================
--- trunk/dports/textproc/libebml/Portfile	2009-07-16 06:30:52 UTC (rev 53880)
+++ trunk/dports/textproc/libebml/Portfile	2009-07-16 06:40:33 UTC (rev 53881)
@@ -26,7 +26,8 @@
 use_configure       no
 
 build.dir           ${worksrcpath}/make/darwin
-build.args          prefix=${prefix}
+build.args          prefix=${prefix} \
+                    CXX=${configure.cxx}
 
 # We need -p for install because ld will ask for ranlib if the modification date changes.
 destroot.args       INSTALL_OPTS_LIB='-m 644 -p'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090715/b65ada6c/attachment.html>


More information about the macports-changes mailing list