diff options
author | Aaron Hurt <ahurt@anbcs.com> | 2017-01-04 13:09:50 -0600 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-07 17:34:19 +0100 |
commit | 14ea32ec9d03b049f04e58889c201336c8f42c06 (patch) | |
tree | 441d54255c753d5057b09f69189af04a24b232c9 /testing/pacparser/spidermonkey-make.patch | |
parent | 3cd1fad9d3d74bec2b1ec8fc22066f70e04b8e4f (diff) | |
download | aports-14ea32ec9d03b049f04e58889c201336c8f42c06.tar.bz2 aports-14ea32ec9d03b049f04e58889c201336c8f42c06.tar.xz |
testing/pacparser: update to 1.3.7
Diffstat (limited to 'testing/pacparser/spidermonkey-make.patch')
-rw-r--r-- | testing/pacparser/spidermonkey-make.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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: |