summaryrefslogtreecommitdiff
path: root/sysutils/daemontools/patches/patch-aa
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-09-14 17:43:32 +0000
committerhans <hans@pkgsrc.org>2011-09-14 17:43:32 +0000
commitd4ee02a25510595f272d205da9bf7bc2743e51cd (patch)
tree1704b46c85461cde5dc971e5e615d995b16ad6c5 /sysutils/daemontools/patches/patch-aa
parentd9e743a4e00a79e8347f9c9ff2d3a5c75a2574ec (diff)
downloadpkgsrc-d4ee02a25510595f272d205da9bf7bc2743e51cd.tar.gz
Use PKGSRC_SHELL instead of /bin/sh. Fixes build on SunOS.
Diffstat (limited to 'sysutils/daemontools/patches/patch-aa')
-rw-r--r--sysutils/daemontools/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/daemontools/patches/patch-aa b/sysutils/daemontools/patches/patch-aa
new file mode 100644
index 00000000000..01bd7f2406c
--- /dev/null
+++ b/sysutils/daemontools/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2011/09/14 17:43:32 hans Exp $
+
+--- src/Makefile.orig 2001-07-12 18:49:49.000000000 +0200
++++ src/Makefile 2011-07-28 20:57:29.930235807 +0200
+@@ -265,7 +265,7 @@ readproctitle.o: compile error.h readpro
+ rts: envdir envuidgid fghack matchtest multilog pgrphack \
+ readproctitle rts.tests setlock setuidgid softlimit supervise svc \
+ svok svscan svscanboot svstat tai64n tai64nlocal
+- env - /bin/sh rts.tests 2>&1 | cat -v > rts
++ env - ${PKGSRC_SHELL} rts.tests 2>&1 | cat -v > rts
+
+ scan_ulong.o: compile scan.h scan_ulong.c
+ ./compile scan_ulong.c