--- 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
+}