diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-16 23:50:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-16 23:50:09 +0000 |
commit | 43f705cc15416d4cfc655127e3520d7272cc6275 (patch) | |
tree | 405623ce38df2c797b04e0861330514759cf7c9c /multimedia | |
parent | 5f3afd4753f2a5e7b22f6c5ecb643351f4c05e4c (diff) | |
download | pkgsrc-43f705cc15416d4cfc655127e3520d7272cc6275.tar.gz |
Fix build when faac is installed. Reported by veego@.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpeg4ip/distinfo | 4 | ||||
-rw-r--r-- | multimedia/mpeg4ip/patches/patch-aa | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/multimedia/mpeg4ip/distinfo b/multimedia/mpeg4ip/distinfo index 103682c5537..2cb877f1664 100644 --- a/multimedia/mpeg4ip/distinfo +++ b/multimedia/mpeg4ip/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/04/12 21:39:38 wiz Exp $ +$NetBSD: distinfo,v 1.2 2006/04/16 23:50:09 wiz Exp $ SHA1 (mpeg4ip-1.4.1.tar.gz) = f0a4b9ecfb281c6c20b332002a7e341e27a9ea10 RMD160 (mpeg4ip-1.4.1.tar.gz) = 656d06433d490aadadd8c6fd8e8d5727870e8766 Size (mpeg4ip-1.4.1.tar.gz) = 4791075 bytes -SHA1 (patch-aa) = 871343e2f8412b8141849a74170c8336424c067d +SHA1 (patch-aa) = c35f7bfd5f8fe229fd022def69a7030ffa837c07 SHA1 (patch-ab) = 93875dfe86b50c399113915fbac523becae3e2aa diff --git a/multimedia/mpeg4ip/patches/patch-aa b/multimedia/mpeg4ip/patches/patch-aa index 4a1486abe6e..a3868c1affc 100644 --- a/multimedia/mpeg4ip/patches/patch-aa +++ b/multimedia/mpeg4ip/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/04/12 21:39:38 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2006/04/16 23:50:09 wiz Exp $ --- bootstrap.orig 2005-08-12 17:17:17.000000000 +0000 +++ bootstrap @@ -11,3 +11,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/04/12 21:39:38 wiz 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 + + if test $have_faac = "yes"; then + # we have lame and faac - see if faac is built with mp4 support +- faac --help >&faac_help ++ faac --help >faac_help 2>&1 + sdf=`grep "MP4 support unavailable" faac_help` + rm -f faac_help + if test -z "$sdf"; then |