[101436] trunk/dports/devel/libdc1394/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jan 10 17:22:56 PST 2013


Revision: 101436
          https://trac.macports.org/changeset/101436
Author:   jeremyhu at macports.org
Date:     2013-01-10 17:22:56 -0800 (Thu, 10 Jan 2013)
Log Message:
-----------
libdc1394: Build failure fix

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

Modified: trunk/dports/devel/libdc1394/Portfile
===================================================================
--- trunk/dports/devel/libdc1394/Portfile	2013-01-11 01:13:44 UTC (rev 101435)
+++ trunk/dports/devel/libdc1394/Portfile	2013-01-11 01:22:56 UTC (rev 101436)
@@ -30,6 +30,13 @@
 
 depends_lib         path:lib/pkgconfig/libusb-1.0.pc:libusb
 
+post-patch {
+	reinplace "s:-lIOKit:-framework IOKit:" \
+		${worksrcpath}/configure \
+		${worksrcpath}/dc1394/macosx/Makefile.am \
+		${worksrcpath}/dc1394/macosx/Makefile.in
+}
+
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/libdc1394/files/libdc1394-2/
 livecheck.regex     "(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130110/2c2dc007/attachment.html>


More information about the macports-changes mailing list