[75068] trunk/dports/devel/openslp/Portfile

jmr at macports.org jmr at macports.org
Thu Jan 13 20:05:52 PST 2011


Revision: 75068
          http://trac.macports.org/changeset/75068
Author:   jmr at macports.org
Date:     2011-01-13 20:05:44 -0800 (Thu, 13 Jan 2011)
Log Message:
-----------
openslp: copy libtool into worksrcpath instead of linking

Modified Paths:
--------------
    trunk/dports/devel/openslp/Portfile

Modified: trunk/dports/devel/openslp/Portfile
===================================================================
--- trunk/dports/devel/openslp/Portfile	2011-01-14 03:11:04 UTC (rev 75067)
+++ trunk/dports/devel/openslp/Portfile	2011-01-14 04:05:44 UTC (rev 75068)
@@ -37,8 +37,7 @@
 destroot.args   DOC_DIR=${docdir}
 # hoarked post-configure routine from exif and smpeg to fix i386 build error
 post-configure {
-        delete ${worksrcpath}/libtool
-        ln -s ${prefix}/bin/glibtool ${worksrcpath}/libtool
+        copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool
 }
 post-destroot {
     xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog FAQ NEWS README THANKS \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110113/34de4ff5/attachment.html>


More information about the macports-changes mailing list