[113212] trunk/dports/sysutils/dvdrtools/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Nov 12 06:05:14 PST 2013


Revision: 113212
          https://trac.macports.org/changeset/113212
Author:   ryandesign at macports.org
Date:     2013-11-12 06:05:14 -0800 (Tue, 12 Nov 2013)
Log Message:
-----------
dvdrtools: fix build on Mavericks by referring to IOKit as a framework not a library (#40874)

Modified Paths:
--------------
    trunk/dports/sysutils/dvdrtools/Portfile

Modified: trunk/dports/sysutils/dvdrtools/Portfile
===================================================================
--- trunk/dports/sysutils/dvdrtools/Portfile	2013-11-12 14:00:20 UTC (rev 113211)
+++ trunk/dports/sysutils/dvdrtools/Portfile	2013-11-12 14:05:14 UTC (rev 113212)
@@ -18,7 +18,7 @@
 checksums               md5 e82d359137e716e8c0b04d5c73bd3e79
 
 platform darwin {
-        configure.env   LIBS="-lIOKit -framework CoreFoundation"
+        configure.env   LIBS="-framework CoreFoundation -framework IOKit"
         patchfiles      patch-scsi-mac-iokit.c \
                         patch-cdda2wav-cdda2wav.c \
                         patch-cdrecord-cdrecord.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131112/04de1566/attachment.html>


More information about the macports-changes mailing list