From 14ea32ec9d03b049f04e58889c201336c8f42c06 Mon Sep 17 00:00:00 2001 From: Aaron Hurt Date: Wed, 4 Jan 2017 13:09:50 -0600 Subject: testing/pacparser: update to 1.3.7 --- testing/pacparser/spidermonkey-make.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testing/pacparser/spidermonkey-make.patch') diff --git a/testing/pacparser/spidermonkey-make.patch b/testing/pacparser/spidermonkey-make.patch index a56bd6de7a..32bdf05340 100644 --- a/testing/pacparser/spidermonkey-make.patch +++ b/testing/pacparser/spidermonkey-make.patch @@ -6,17 +6,17 @@ seem to reduce a warning. --- a/src/spidermonkey/Makefile +++ b/src/spidermonkey/Makefile @@ -30,12 +30,12 @@ - + jslib: js-buildstamp cd js/src - find . -name "libjs.a" -exec cp {} .. \; + find . -name "libjs.a" -exec cp -f {} .. \; - + js-buildstamp: mkdir -p js/src/$(OBJDIR) - CFLAGS="$(SMCFLAGS)" $(MAKE) -C js/src -f Makefile.ref libjs.a + CFLAGS="$(SMCFLAGS)" "$(MAKE)" -C js/src -f Makefile.ref libjs.a - find js/src -name "jsautocfg.h" -exec cp {} js/src \; + find js/src -name "jsautocfg.h" -exec cp -f {} js/src \; touch js-buildstamp - + clean: -- cgit v1.2.3