summaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2006-07-22 19:27:41 +0000
committerxtraeme <xtraeme@pkgsrc.org>2006-07-22 19:27:41 +0000
commit37d048e5a1b6deb16dce2fad83995c3dfd84541e (patch)
tree7684600ed218f5245745fdd507a65b0d27ee712c /multimedia/mpeg4ip
parent14321626adeee7578e26db27a8645b56b264d12c (diff)
downloadpkgsrc-37d048e5a1b6deb16dce2fad83995c3dfd84541e.tar.gz
Make this build with gcc4.
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r--multimedia/mpeg4ip/distinfo3
-rw-r--r--multimedia/mpeg4ip/patches/patch-ag13
2 files changed, 15 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/distinfo b/multimedia/mpeg4ip/distinfo
index bdba8bc6b03..95f50ebdafc 100644
--- a/multimedia/mpeg4ip/distinfo
+++ b/multimedia/mpeg4ip/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2006/06/16 07:19:39 rillig Exp $
+$NetBSD: distinfo,v 1.7 2006/07/22 19:27:41 xtraeme Exp $
SHA1 (mpeg4ip-1.5.tar.gz) = 32b5c1220fffa386da3efb50bde936990e0a472b
RMD160 (mpeg4ip-1.5.tar.gz) = 98823860a4c3f2d49299f920661f1bd2b08a0673
@@ -9,3 +9,4 @@ SHA1 (patch-ac) = 9e4683fdbbfa3b85941243547773814ea50125a9
SHA1 (patch-ad) = e5dd062d7f17230bf27ffde0fc2db72d8357fd56
SHA1 (patch-ae) = 0418c4fa0fd966b3d5303d4f95a300d94fc48111
SHA1 (patch-af) = a69e136fbe8db5ae844c90ae5e2f06e86bf2ed85
+SHA1 (patch-ag) = 76ec743b051ef39e4edb211a15a2accbf491d0b1
diff --git a/multimedia/mpeg4ip/patches/patch-ag b/multimedia/mpeg4ip/patches/patch-ag
new file mode 100644
index 00000000000..3c990c9f98a
--- /dev/null
+++ b/multimedia/mpeg4ip/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2006/07/22 19:27:42 xtraeme Exp $
+
+--- common/video/iso-mpeg4/src/Makefile.in.orig 2006-07-22 21:14:45.000000000 +0200
++++ common/video/iso-mpeg4/src/Makefile.in 2006-07-22 21:14:54.000000000 +0200
+@@ -255,7 +255,7 @@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+-AM_CXXFLAGS = -D__TRACE_AND_STATS_ -D__DOUBLE_PRECISION_ -D_REENTRANT -DNOCONTROLS -fexceptions -Wall -Werror -D_OBSS_ @BILLS_CPPWARNINGS@
++AM_CXXFLAGS = -D__TRACE_AND_STATS_ -D__DOUBLE_PRECISION_ -D_REENTRANT -DNOCONTROLS -fexceptions -Wall -D_OBSS_ @BILLS_CPPWARNINGS@
+ INCLUDES = -I$(srcdir)/../include
+ lib_LTLIBRARIES = libmpeg4ip_mpeg4_iso.la
+ mp4vdec_SOURCES = \