summaryrefslogtreecommitdiff
path: root/audio/abcde/patches
diff options
context:
space:
mode:
authorhans <hans>2011-05-11 10:28:08 +0000
committerhans <hans>2011-05-11 10:28:08 +0000
commite15888f0dea830deac0d9675727fd95aa748de56 (patch)
treec9af3744c12bd799e03f3161709b1ebdae123c8b /audio/abcde/patches
parentba43b5b6aec304e3e6e10b57db353c24cc91181a (diff)
downloadpkgsrc-e15888f0dea830deac0d9675727fd95aa748de56.tar.gz
Fix gsed dependency on NetBSD. Use TOOLS_PATH.gsed to find gsed.
Diffstat (limited to 'audio/abcde/patches')
-rw-r--r--audio/abcde/patches/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/abcde/patches/patch-ac b/audio/abcde/patches/patch-ac
index c2acf8020ff..7ba26e75705 100644
--- a/audio/abcde/patches/patch-ac
+++ b/audio/abcde/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.27 2011/04/21 17:53:26 hans Exp $
+$NetBSD: patch-ac,v 1.28 2011/05/11 10:28:08 hans Exp $
--- abcde.orig 2010-04-10 10:14:30.000000000 +0900
+++ abcde 2010-04-10 18:40:03.000000000 +0900
@@ -120,17 +120,17 @@ $NetBSD: patch-ac,v 1.27 2011/04/21 17:53:26 hans Exp $
# Asume fetch if under FreeBSD. curl is used for Mac OS X. wget is used for
# Linux/OpenBSD. ftp is user for NetBSD.
# Let's use these checkings to determine the OS flavour, which will be used
-@@ -3060,6 +3063,7 @@
+@@ -3060,10 +3063,12 @@
HTTPGET=ftp
MD5SUM=md5
OSFLAVOUR=NBSD
-+ SED=gsed
++ SED=@TOOLS_GSED@
elif [ X$(uname) = "SunOS" ] ; then
- HTTPGET=""
+ HTTPGET=ftp
MD5SUM=md5
OSFLAVOUR=SunOS
-+ SED=gsed
++ SED=@TOOLS_GSED@
else
HTTPGET=wget
fi