summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortnn <tnn>2009-09-17 09:41:50 +0000
committertnn <tnn>2009-09-17 09:41:50 +0000
commit4692c3381c025ad2c4c19d1afff9ac7c385e5fd2 (patch)
tree14424b180ea61b776a48e0eb2b4691fb75831d94 /www
parent2d83392bbfb38873da5bdadeb740a44a961e62c3 (diff)
downloadpkgsrc-4692c3381c025ad2c4c19d1afff9ac7c385e5fd2.tar.gz
fix potentially troublesome shell variable expansion in patch
Diffstat (limited to 'www')
-rw-r--r--www/firefox/distinfo4
-rw-r--r--www/firefox/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 15bdff6a00e..7918accf32a 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.96 2009/09/16 19:06:18 tnn Exp $
+$NetBSD: distinfo,v 1.97 2009/09/17 09:41:50 tnn Exp $
SHA1 (firefox-3.5.3.source.tar.bz2) = 83b2625eb74e81b473ac40ac52505e5fc9a497eb
RMD160 (firefox-3.5.3.source.tar.bz2) = c2487c90b4a9490840817c7b00dcccd68a0c4422
Size (firefox-3.5.3.source.tar.bz2) = 46766383 bytes
-SHA1 (patch-aa) = ec05e36811e82333f14b9c87ae87667c6f943718
+SHA1 (patch-aa) = 64ebd1d94d69acdbf6d5a0c25fc3015d90d5540c
SHA1 (patch-ao) = af027520b0277838a5a5f4ad33e14174e6e8bc0c
SHA1 (patch-ma) = a20b263ff14c841fd0ae1634962b90a41173b524
SHA1 (patch-mi) = 787cb043bb7e687936afaf8f0c67b6b3a7b03e5b
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