opnsense-ports/textproc/libexttextcat/files/patch-src__Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
751 B
Text

--- ./src/Makefile.in.orig 2014-06-30 01:00:41.968114000 +0200
+++ ./src/Makefile.in 2014-06-30 01:04:35.052096953 +0200
@@ -811,7 +811,7 @@
ss st sv sw ta tet th tg ti tk tl tn tpi tr ts \
tt ty tzm-Latn ug uk uz uz-Cyrl ve vep vi wa xh \
yi yo zh-Hans zh-Hant zu; do \
- bash ./test-primary.sh $$primarylanguage; \
+ $(SHELL) ./test-primary.sh $$primarylanguage; \
if test x$$? != x0; then \
echo FAIL: $$primarylanguage && exit 1; \
else \
@@ -820,7 +820,7 @@
done
@echo secondary languages
@for secondarylanguage in sco; do \
- bash ./test-secondary.sh $$secondarylanguage; \
+ $(SHELL) ./test-secondary.sh $$secondarylanguage; \
if test x$$? != x0; then \
echo FAIL: $$secondarylanguage && exit 1; \
else \