diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2009-12-06 09:58:58 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2009-12-06 09:58:58 +0000 |
commit | afe8bdd9cfa95d598d856f6246b394b00ad7a820 (patch) | |
tree | 43cd36582117413ff3001f3e9ed6206bcaad409a /www/lusca-head | |
parent | 46a1276c76ddf321e5d5165c5ac6e54f8f026c0d (diff) | |
download | ports-afe8bdd9cfa95d598d856f6246b394b00ad7a820.tar.gz ports-afe8bdd9cfa95d598d856f6246b394b00ad7a820.zip |
Notes
Diffstat (limited to 'www/lusca-head')
-rw-r--r-- | www/lusca-head/files/patch-ab | 20 | ||||
-rw-r--r-- | www/lusca-head/files/patch-ac | 11 |
2 files changed, 31 insertions, 0 deletions
diff --git a/www/lusca-head/files/patch-ab b/www/lusca-head/files/patch-ab new file mode 100644 index 000000000000..a9d595be8c4a --- /dev/null +++ b/www/lusca-head/files/patch-ab @@ -0,0 +1,20 @@ +--- errors/Makefile.in.orig 2009-12-06 09:30:18.000000000 +0000 ++++ errors/Makefile.in 2009-12-06 09:30:24.000000000 +0000 +@@ -236,7 +236,7 @@ + uudecode = @uudecode@ + errordir = $(datadir)/errors + DEFAULT_ERROR_DIR = $(errordir) +-INSTALL_LANGUAGES = templates @ERR_LANGUAGES@ ++INSTALL_LANGUAGES = @ERR_LANGUAGES@ + TEMPLATE_LANGUAGES = English + LANGUAGES = \ + Armenian \ +@@ -468,7 +468,7 @@ + fi + + dist-hook: +- @ for lang in $(LANGUAGES) templates; do \ ++ @ for lang in $(LANGUAGES) ; do \ + if test "$$lang" = .; then :; else \ + test -d $(distdir)/$$lang \ + || mkdir $(distdir)/$$lang \ diff --git a/www/lusca-head/files/patch-ac b/www/lusca-head/files/patch-ac new file mode 100644 index 000000000000..0b7f3dc6e05a --- /dev/null +++ b/www/lusca-head/files/patch-ac @@ -0,0 +1,11 @@ +--- configure.orig 2009-12-06 09:45:03.000000000 +0000 ++++ configure 2009-12-06 09:45:26.000000000 +0000 +@@ -5111,7 +5111,7 @@ + fi + + else +- ERR_DEFAULT_LANGUAGE="templates" ++ ERR_DEFAULT_LANGUAGE="English" + fi + + |