summaryrefslogtreecommitdiff
path: root/multimedia/handbrake/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/handbrake/patches/patch-ab')
-rw-r--r--multimedia/handbrake/patches/patch-ab11
1 files changed, 7 insertions, 4 deletions
diff --git a/multimedia/handbrake/patches/patch-ab b/multimedia/handbrake/patches/patch-ab
index b6aa5f2d235..9f46576b582 100644
--- a/multimedia/handbrake/patches/patch-ab
+++ b/multimedia/handbrake/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2009/01/21 14:15:15 jmcneill Exp $
+$NetBSD: patch-ab,v 1.2 2009/04/28 11:57:54 hasso Exp $
--- contrib/Makefile.orig 2008-06-17 18:32:05.000000000 -0400
+++ contrib/Makefile
-@@ -1,6 +1,13 @@
+@@ -1,6 +1,16 @@
# Contrib Makefile
SYSTEM = $(shell uname -s)
@@ -12,11 +12,14 @@ $NetBSD: patch-ab,v 1.1.1.1 2009/01/21 14:15:15 jmcneill Exp $
+ifeq ($(SYSTEM),NetBSD)
+ SYSTEM = UNIX
+endif
++ifeq ($(SYSTEM),DragonFly)
++ SYSTEM = UNIX
++endif
+
# Special case for Mac OS X: everything is handled from the Xcode project
ifeq ($(SYSTEM),Darwin)
-@@ -8,7 +15,7 @@ ifeq ($(SYSTEM),Darwin)
+@@ -11,7 +18,7 @@ ifeq ($(SYSTEM),Darwin)
all: .contrib
.contrib:
@@ -25,7 +28,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2009/01/21 14:15:15 jmcneill Exp $
clean:
( echo "Do a make mrproper to remove the contrib libraries )
-@@ -18,7 +25,7 @@ mrproper:
+@@ -21,7 +28,7 @@ mrproper:
endif