[93770] trunk/dports/science/vis5d/Portfile

takeshi at macports.org takeshi at macports.org
Wed May 30 13:53:57 PDT 2012


Revision: 93770
          https://trac.macports.org/changeset/93770
Author:   takeshi at macports.org
Date:     2012-05-30 13:53:57 -0700 (Wed, 30 May 2012)
Log Message:
-----------
vis5d: added --tag=CC to args of libtool, closing #31953

Modified Paths:
--------------
    trunk/dports/science/vis5d/Portfile

Modified: trunk/dports/science/vis5d/Portfile
===================================================================
--- trunk/dports/science/vis5d/Portfile	2012-05-30 20:10:20 UTC (rev 93769)
+++ trunk/dports/science/vis5d/Portfile	2012-05-30 20:53:57 UTC (rev 93770)
@@ -5,7 +5,7 @@
 
 name            vis5d
 version         1.3.0-beta
-revision        7
+revision        8
 distname        ${name}+-${version}
 categories      science graphics
 maintainers     takeshi
@@ -45,7 +45,7 @@
                                   ${worksrcpath}/configure
     reinplace "s|^ac_save_positional|#ac_save_positional|" \
                                   ${worksrcpath}/configure
-    reinplace "s|LIBTOOL='\$\(SHELL\) \$\(top_builddir\)/libtool'|LIBTOOL=${prefix}/bin/glibtool|" ${worksrcpath}/configure
+    reinplace "s|LIBTOOL='\$\(SHELL\) \$\(top_builddir\)/libtool'|LIBTOOL=\"${prefix}/bin/glibtool --tag=CC\"|" ${worksrcpath}/configure
     reinplace "s|round|roundv5d|" ${worksrcpath}/src/misc.h
     reinplace "s|round|roundv5d|" ${worksrcpath}/src/misc.c
     reinplace "s| round| roundv5d|" ${worksrcpath}/src/work.c
@@ -78,8 +78,6 @@
 # seems to use up CPU all the time
 #                            -enable-threads
 
-use_parallel_build          yes
-
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/${name}/convert
     eval xinstall -m 644 [glob ${worksrcpath}/convert/*.c] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120530/463ff297/attachment.html>


More information about the macports-changes mailing list