SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
textproc/libexttextcat/patches/patch-src_Makefile_am
Normal file
21
textproc/libexttextcat/patches/patch-src_Makefile_am
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: src/Makefile.am
|
||||
--- src/Makefile.am.orig
|
||||
+++ src/Makefile.am
|
||||
@@ -42,7 +42,7 @@ check:
|
||||
ss st sun sv sw swb ta tet th tg ti tk tl tn tpi tr ts \
|
||||
tt ty tzm-Latn ug uk uz uz-Cyrl ve vec vep vi wa xh \
|
||||
yi yo zh-Hans zh-Hant zu; do \
|
||||
- bash ./test-primary.sh $$primarylanguage; \
|
||||
+ sh ./test-primary.sh $$primarylanguage; \
|
||||
if test x$$? != x0; then \
|
||||
echo FAIL: $$primarylanguage && exit 1; \
|
||||
else \
|
||||
@@ -51,7 +51,7 @@ check:
|
||||
done
|
||||
@echo secondary languages
|
||||
@for secondarylanguage in sco; do \
|
||||
- bash ./test-secondary.sh $$secondarylanguage; \
|
||||
+ sh ./test-secondary.sh $$secondarylanguage; \
|
||||
if test x$$? != x0; then \
|
||||
echo FAIL: $$secondarylanguage && exit 1; \
|
||||
else \
|
Loading…
Add table
Add a link
Reference in a new issue