[79768] trunk/dports/multimedia/VLC/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Jun 25 01:10:11 PDT 2011


Revision: 79768
          http://trac.macports.org/changeset/79768
Author:   jeremyhu at macports.org
Date:     2011-06-25 01:10:10 -0700 (Sat, 25 Jun 2011)
Log Message:
-----------
VLC: darwin11 build fix

Modified Paths:
--------------
    trunk/dports/multimedia/VLC/Portfile

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2011-06-25 08:05:30 UTC (rev 79767)
+++ trunk/dports/multimedia/VLC/Portfile	2011-06-25 08:10:10 UTC (rev 79768)
@@ -272,6 +272,11 @@
     }
 }
 
+# The real fix is to add a fdatasync prototype since it's the
+# *prototype* that is missing ... but this will do for now.
 platform darwin 10 {
     patchfiles-append patch-fdatasync_sl.diff
 }
+platform darwin 11 {
+    patchfiles-append patch-fdatasync_sl.diff
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110625/099f782d/attachment.html>


More information about the macports-changes mailing list