summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-06-14 01:04:44 +0000
committerhasso <hasso@pkgsrc.org>2009-06-14 01:04:44 +0000
commitc8ec279f30320b5646ca66da89cedaf8067f6e1f (patch)
tree0dc2741affa41f64d72430432075ad31ac0cf1b5
parentca2c857c86213b30ea809a3293eff7021ea6bdf3 (diff)
downloadpkgsrc-c8ec279f30320b5646ca66da89cedaf8067f6e1f.tar.gz
Make it build on DragonFly. Fix distinfo - there is no patch-aa.
-rw-r--r--multimedia/ffmpeg/distinfo4
-rw-r--r--multimedia/ffmpeg/patches/patch-configure13
2 files changed, 15 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/distinfo b/multimedia/ffmpeg/distinfo
index a72351e5ffb..628ddc99f5e 100644
--- a/multimedia/ffmpeg/distinfo
+++ b/multimedia/ffmpeg/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2009/06/12 16:25:34 ahoka Exp $
+$NetBSD: distinfo,v 1.24 2009/06/14 01:04:44 hasso Exp $
SHA1 (ffmpeg-20090611.tar.bz2) = 04e67497f70c64b7a26534d4b67e3a46cdb4b219
RMD160 (ffmpeg-20090611.tar.bz2) = 447a72cd1a416f926100c61299d9012535909d9a
Size (ffmpeg-20090611.tar.bz2) = 2799194 bytes
-SHA1 (patch-aa) = dadd96835ffbf3a95a5de75647a72edb53171b6f
SHA1 (patch-bktr) = dadd96835ffbf3a95a5de75647a72edb53171b6f
+SHA1 (patch-configure) = 13ca14bbcb544e7f5168517a0e2a6c6dc9826847
diff --git a/multimedia/ffmpeg/patches/patch-configure b/multimedia/ffmpeg/patches/patch-configure
new file mode 100644
index 00000000000..5af9fc955e3
--- /dev/null
+++ b/multimedia/ffmpeg/patches/patch-configure
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure,v 1.5 2009/06/14 01:04:44 hasso Exp $
+
+--- configure.orig 2009-06-14 03:13:44 +0300
++++ configure 2009-06-14 03:20:42 +0300
+@@ -1632,6 +1632,8 @@ case $target_os in
+ freebsd)
+ disable need_memalign
+ ;;
++ dragonfly)
++ ;;
+ bsd/os)
+ osextralibs="-lpoll -lgnugetopt"
+ strip="strip -d"