summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-aa
diff options
context:
space:
mode:
authortnn <tnn>2009-09-17 09:41:50 +0000
committertnn <tnn>2009-09-17 09:41:50 +0000
commit683567ff6f82a9a5fcf80eb305cf79227120c085 (patch)
tree14424b180ea61b776a48e0eb2b4691fb75831d94 /www/firefox/patches/patch-aa
parent20e794eb10c3bf043835cb52f9bca427336d3764 (diff)
downloadpkgsrc-683567ff6f82a9a5fcf80eb305cf79227120c085.tar.gz
fix potentially troublesome shell variable expansion in patch
Diffstat (limited to 'www/firefox/patches/patch-aa')
-rw-r--r--www/firefox/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/patches/patch-aa b/www/firefox/patches/patch-aa
index 6ad19e672b6..b5eeabffc69 100644
--- a/www/firefox/patches/patch-aa
+++ b/www/firefox/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.7 2009/09/16 19:06:18 tnn Exp $
+$NetBSD: patch-aa,v 1.8 2009/09/17 09:41:50 tnn Exp $
--- configure.in.orig 2009-08-24 17:52:36.000000000 +0200
+++ configure.in
@@ -53,7 +53,7 @@ $NetBSD: patch-aa,v 1.7 2009/09/16 19:06:18 tnn Exp $
else
- NSPR_CFLAGS='`$(LIBXUL_DIST)/bin/nspr-config --prefix='${LIBXUL_DIST}' --includedir='${LIBXUL_DIST}'/include/nspr --cflags`'
- NSPR_LIBS='`$(LIBXUL_DIST)/bin/nspr-config --prefix='${LIBXUL_DIST}' --libdir='${LIBXUL_DIST}'/lib --libs`'
-+ NSPR_CFLAGS="-I$prefix/include/xulrunner/unstable `pkg-config --cflags mozilla-nspr`"
++ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags mozilla-nspr`"
+ NSPR_LIBS="`pkg-config --libs mozilla-nspr`"
fi
fi