diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 22:52:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 22:52:15 +0000 |
commit | 813f126907aa64edf6b922dfc29cf56fc1047203 (patch) | |
tree | 6b152e34421b40dd587797d54a47eafc4ca14c08 /multimedia/libmp4v2/patches | |
parent | 469f40c9c205f69bf23d330dfe0b0527144a04d9 (diff) | |
download | pkgsrc-813f126907aa64edf6b922dfc29cf56fc1047203.tar.gz |
Don't bail out if SDL is not installed.
Diffstat (limited to 'multimedia/libmp4v2/patches')
-rw-r--r-- | multimedia/libmp4v2/patches/patch-aa | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/multimedia/libmp4v2/patches/patch-aa b/multimedia/libmp4v2/patches/patch-aa index d46be681ff1..36e1465bcff 100644 --- a/multimedia/libmp4v2/patches/patch-aa +++ b/multimedia/libmp4v2/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/02/09 19:57:48 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2007/02/15 22:52:15 joerg Exp $ --- bootstrap.orig 2005-08-12 17:17:17.000000000 +0000 +++ bootstrap -@@ -34,7 +34,7 @@ if (test ! -f "$MPEG4IP_SRC/configure") +@@ -34,14 +34,13 @@ if (test ! -f "$MPEG4IP_SRC/configure") exit 1 fi @@ -11,7 +11,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/02/09 19:57:48 drochner Exp $ if sdl-config --version >/dev/null 2>/dev/null then echo "SDL appears to be installed" -@@ -56,7 +56,7 @@ if test $target_system = "Linux"; then + else + echo "SDL does not appear to be installed - install the SDL development package" + echo "You must have sdl-config in your path to continue" +- exit 1 + fi + + allargs="$@" +@@ -56,7 +55,7 @@ if test $target_system = "Linux"; then if test $have_faac = "yes"; then # we have lame and faac - see if faac is built with mp4 support |