diff options
Diffstat (limited to 'multimedia/mpeg4ip/patches')
-rw-r--r-- | multimedia/mpeg4ip/patches/patch-aa | 13 | ||||
-rw-r--r-- | multimedia/mpeg4ip/patches/patch-ab | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/multimedia/mpeg4ip/patches/patch-aa b/multimedia/mpeg4ip/patches/patch-aa new file mode 100644 index 00000000000..4a1486abe6e --- /dev/null +++ b/multimedia/mpeg4ip/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/04/12 21:39:38 wiz Exp $ + +--- bootstrap.orig 2005-08-12 17:17:17.000000000 +0000 ++++ bootstrap +@@ -34,7 +34,7 @@ if (test ! -f "$MPEG4IP_SRC/configure") + exit 1 + fi + +-target_system=`uname -s` ++target_system=Linux + if sdl-config --version >/dev/null 2>/dev/null + then + echo "SDL appears to be installed" diff --git a/multimedia/mpeg4ip/patches/patch-ab b/multimedia/mpeg4ip/patches/patch-ab new file mode 100644 index 00000000000..1fafcd9d7cc --- /dev/null +++ b/multimedia/mpeg4ip/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2006/04/12 21:39:38 wiz Exp $ + +--- configure.orig 2005-11-11 00:26:00.000000000 +0000 ++++ configure +@@ -1570,7 +1570,7 @@ echo "$as_me: error: Please run bootstra + { (exit 1); exit 1; }; } + exit -1 + fi +-rm -f config.h >&/dev/null ++rm -f config.h >/dev/null + touch config.h + ac_aux_dir= + for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do |