Modified: trunk/dports/gis/grass/Portfile (111847 => 111848)
--- trunk/dports/gis/grass/Portfile 2013-10-03 19:55:06 UTC (rev 111847)
+++ trunk/dports/gis/grass/Portfile 2013-10-03 20:35:14 UTC (rev 111848)
@@ -52,7 +52,8 @@
patch-gui-wxpython-gui_core-ghelp.py.diff \
patch-lib-init-grass.src.diff \
patch-macosx_Makefile.diff \
- patch-Makefile.diff
+ patch-Makefile.diff \
+ patch-ffmpeg.diff
# List of all python scripts. Used later to ensure usage of python27 (and not
# the currently active python)
Added: trunk/dports/gis/grass/files/patch-ffmpeg.diff (0 => 111848)
--- trunk/dports/gis/grass/files/patch-ffmpeg.diff (rev 0)
+++ trunk/dports/gis/grass/files/patch-ffmpeg.diff 2013-10-03 20:35:14 UTC (rev 111848)
@@ -0,0 +1,11 @@
+--- lib/ogsf/gsd_img_mpeg.c.orig 2013-10-03 10:01:55.000000000 -0700
++++ lib/ogsf/gsd_img_mpeg.c 2013-10-03 10:02:38.000000000 -0700
+@@ -31,7 +31,7 @@
+ #include <avutil.h>
+ #else
+ /* libavutil 51.22.1's avutil.h doesn't include libavutil/mathematics.h */
+-#include <mathematics.h>
++#include <libavutil/mathematics.h>
+ #endif
+
+ /* 5 seconds stream duration */