summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/patches
diff options
context:
space:
mode:
authorhasso <hasso>2009-06-14 01:04:44 +0000
committerhasso <hasso>2009-06-14 01:04:44 +0000
commitc0c05e938fdd61ef2cc2b85d78d093278102c01a (patch)
tree0dc2741affa41f64d72430432075ad31ac0cf1b5 /multimedia/ffmpeg/patches
parent9491e7608b069a02a0b44c5257e70675eb5a8344 (diff)
downloadpkgsrc-c0c05e938fdd61ef2cc2b85d78d093278102c01a.tar.gz
Make it build on DragonFly. Fix distinfo - there is no patch-aa.
Diffstat (limited to 'multimedia/ffmpeg/patches')
-rw-r--r--multimedia/ffmpeg/patches/patch-configure13
1 files changed, 13 insertions, 0 deletions
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"