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

rmstonecipher at macports.org rmstonecipher at macports.org
Thu Nov 25 07:57:23 PST 2010


Revision: 73793
          http://trac.macports.org/changeset/73793
Author:   rmstonecipher at macports.org
Date:     2010-11-25 07:57:18 -0800 (Thu, 25 Nov 2010)
Log Message:
-----------
devel/openslp added post-configure routine to fix ticket #27022

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

Modified: trunk/dports/devel/openslp/Portfile
===================================================================
--- trunk/dports/devel/openslp/Portfile	2010-11-25 15:23:37 UTC (rev 73792)
+++ trunk/dports/devel/openslp/Portfile	2010-11-25 15:57:18 UTC (rev 73793)
@@ -27,7 +27,6 @@
                 rmd160 a31d516ba784ad893a740946082fe5e0f15a37ea
 
 depends_lib     port:openssl
-universal_variant no
 patchfiles      patch-slp_net.txt
 
 test.run        yes
@@ -36,7 +35,11 @@
 set docdir      ${prefix}/share/doc/${name}-${version}
 
 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
+}
 post-destroot {
     xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog FAQ NEWS README THANKS \
         ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101125/b3cd9686/attachment.html>


More information about the macports-changes mailing list