summaryrefslogtreecommitdiff
path: root/devel/nss/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nss/patches/patch-al')
-rw-r--r--devel/nss/patches/patch-al4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nss/patches/patch-al b/devel/nss/patches/patch-al
index 75909d3d93c..d8ed93c49dc 100644
--- a/devel/nss/patches/patch-al
+++ b/devel/nss/patches/patch-al
@@ -1,4 +1,4 @@
-$NetBSD: patch-al,v 1.1 2006/07/02 12:40:41 rillig Exp $
+$NetBSD: patch-al,v 1.2 2006/07/04 22:27:43 rillig Exp $
Since GNU Make 3.81, the backslashes are preserved in the shell commands
and need to be filtered out explicitly.
@@ -10,7 +10,7 @@ and need to be filtered out explicitly.
# Can't use sed because of its 4000-char line length limit, so resort to perl
.DEFAULT:
- @perl -e ' \
-+ perlcmd=' \
++ @perlcmd=' \
open(MD, "< $(DEPENDENCIES)"); \
while (<MD>) { \
if (m@ \.*/*$< @) { \