summaryrefslogtreecommitdiff
path: root/www/screem/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-05 08:19:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-05 08:19:20 +0000
commit3ca0a27b7aeed9f44ba3172011c65c3fa5134373 (patch)
tree5b0e52a2aa57294ef6fc66a8deb9bcc3698c3175 /www/screem/files
parentUpdate to 0.2.3. (diff)
Update to 0.5.9.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=72557
Diffstat (limited to 'www/screem/files')
-rw-r--r--www/screem/files/patch-po::Makefile.in.in11
-rw-r--r--www/screem/files/patch-src_readtags.c10
2 files changed, 21 insertions, 0 deletions
diff --git a/www/screem/files/patch-po::Makefile.in.in b/www/screem/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..af9aed221d8f
--- /dev/null
+++ b/www/screem/files/patch-po::Makefile.in.in
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in 2001/08/03 10:53:37 1.1
++++ po/Makefile.in.in 2001/08/03 10:53:57
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \
diff --git a/www/screem/files/patch-src_readtags.c b/www/screem/files/patch-src_readtags.c
new file mode 100644
index 000000000000..0c8290600d35
--- /dev/null
+++ b/www/screem/files/patch-src_readtags.c
@@ -0,0 +1,10 @@
+--- src/readtags.c.orig Sat Jan 4 23:43:42 2003
++++ src/readtags.c Sat Jan 4 23:48:00 2003
+@@ -8,6 +8,7 @@
+ * This module contains functions for reading tag files.
+ */
+
++#include <config.h>
+ #include <glib.h>
+
+ #include <stdlib.h>