[45058] trunk/dports/graphics/exiv2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Jan 7 12:35:27 PST 2009


Revision: 45058
          http://trac.macports.org/changeset/45058
Author:   jeremyhu at macports.org
Date:     2009-01-07 12:35:27 -0800 (Wed, 07 Jan 2009)
Log Message:
-----------
exiv2: Build universal

Modified Paths:
--------------
    trunk/dports/graphics/exiv2/Portfile

Modified: trunk/dports/graphics/exiv2/Portfile
===================================================================
--- trunk/dports/graphics/exiv2/Portfile	2009-01-07 20:33:46 UTC (rev 45057)
+++ trunk/dports/graphics/exiv2/Portfile	2009-01-07 20:35:27 UTC (rev 45058)
@@ -4,6 +4,7 @@
 
 name             exiv2
 version          0.18
+revision         1
 homepage         http://www.exiv2.org/
 description      EXIF and IPTC metadata manipulation library and tools
 categories       graphics
@@ -23,8 +24,7 @@
                  --with-zlib=${prefix}				\
                  --with-expat=${prefix}
 
-# Parts are not autotools (exiv2-0.18/xmpsdk/src/Makefile)
-universal_variant no
+depends_build    port:libtool
 
 depends_lib      port:expat \
                  port:gettext \
@@ -32,3 +32,9 @@
                  port:zlib
 
 destroot.destdir prefix=${destroot}${prefix}
+
+post-configure {
+	# It's too much of a PITA to autoreconf
+	delete ${worksrcpath}/libtool
+	system "ln -s ${prefix}/bin/glibtool ${worksrcpath}/libtool"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090107/51b7063d/attachment-0001.html>


More information about the macports-changes mailing list