diff options
author | joerg <joerg> | 2007-02-15 22:52:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-15 22:52:15 +0000 |
commit | 92ada6e69a774aa386ea3cb1ae9c675aa83b3865 (patch) | |
tree | 6b152e34421b40dd587797d54a47eafc4ca14c08 /multimedia | |
parent | 26164dd634dcc2660aaa0a2812495d78e0fff86c (diff) | |
download | pkgsrc-92ada6e69a774aa386ea3cb1ae9c675aa83b3865.tar.gz |
Don't bail out if SDL is not installed.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libmp4v2/distinfo | 4 | ||||
-rw-r--r-- | multimedia/libmp4v2/patches/patch-aa | 13 |
2 files changed, 12 insertions, 5 deletions
diff --git a/multimedia/libmp4v2/distinfo b/multimedia/libmp4v2/distinfo index 5cd7f3e18c0..e4c5f2cc729 100644 --- a/multimedia/libmp4v2/distinfo +++ b/multimedia/libmp4v2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/02/09 19:57:48 drochner Exp $ +$NetBSD: distinfo,v 1.2 2007/02/15 22:52:15 joerg Exp $ SHA1 (mpeg4ip-1.5.0.1.tar.gz) = 1271de695ed65284d9c39aa91bf26c5494603fd3 RMD160 (mpeg4ip-1.5.0.1.tar.gz) = fee5c21c17a470e6de349e07d233a1eb46b2064a Size (mpeg4ip-1.5.0.1.tar.gz) = 4826180 bytes -SHA1 (patch-aa) = c35f7bfd5f8fe229fd022def69a7030ffa837c07 +SHA1 (patch-aa) = d2bcba203cd373f02f9e7c6e45daf4c29c0b2c3a SHA1 (patch-ab) = 93875dfe86b50c399113915fbac523becae3e2aa SHA1 (patch-ac) = 9e4683fdbbfa3b85941243547773814ea50125a9 SHA1 (patch-ad) = e5dd062d7f17230bf27ffde0fc2db72d8357fd56 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 |