summaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip
diff options
context:
space:
mode:
authorwiz <wiz>2006-04-16 23:50:09 +0000
committerwiz <wiz>2006-04-16 23:50:09 +0000
commit57e43fa3d3150894c65ec7da55e7a7e63bb31758 (patch)
tree405623ce38df2c797b04e0861330514759cf7c9c /multimedia/mpeg4ip
parentb6561bc5beb04bdc8700bb5f12d5c53584019ef3 (diff)
downloadpkgsrc-57e43fa3d3150894c65ec7da55e7a7e63bb31758.tar.gz
Fix build when faac is installed. Reported by veego@.
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r--multimedia/mpeg4ip/distinfo4
-rw-r--r--multimedia/mpeg4ip/patches/patch-aa11
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