diff options
author | lioux <lioux@FreeBSD.org> | 2004-12-09 02:53:44 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-12-09 02:53:44 +0800 |
commit | 13ccb60a77b56105bba6b747963df97351cc495e (patch) | |
tree | 094de550c91e8f862ad35a0d9269b1dc1dfc6b2a /multimedia/mpeg4ip | |
parent | ed415e39d7e3a77aded2c10f14eb50b600ed4e75 (diff) | |
download | freebsd-ports-gnome-13ccb60a77b56105bba6b747963df97351cc495e.tar.gz freebsd-ports-gnome-13ccb60a77b56105bba6b747963df97351cc495e.tar.zst freebsd-ports-gnome-13ccb60a77b56105bba6b747963df97351cc495e.zip |
Fix libmpeg2 detection on 4.x branch
Submitted by: glewis
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/mpeg4ip/files/patch-configure b/multimedia/mpeg4ip/files/patch-configure new file mode 100644 index 000000000000..954f794c861e --- /dev/null +++ b/multimedia/mpeg4ip/files/patch-configure @@ -0,0 +1,14 @@ +--- configure.orig Thu Dec 2 15:36:17 2004 ++++ configure Thu Dec 2 15:36:51 2004 +@@ -23179,7 +23179,11 @@ + echo "$as_me:$LINENO: checking libmpeg2 version" >&5 + echo $ECHO_N "checking libmpeg2 version... $ECHO_C" >&6 + cat >conftest.$ac_ext <<_ACEOF ++#if defined(__FreeBSD__) && __FreeBSD__ < 5 ++#include <inttypes.h> ++#else + #include <stdint.h> ++#endif + #include <mpeg2dec/mpeg2.h> + + #ifndef MPEG2_VERSION |