aboutsummaryrefslogtreecommitdiffstats
path: root/net/dctc-gui
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-05 02:21:15 +0800
committermarcus <marcus@FreeBSD.org>2004-02-05 02:21:15 +0800
commita7a31ffe5d49c1249bdd9a7119a2a6bcde0833c3 (patch)
tree14e70d0a702df80535f735072164d9d5d965747e /net/dctc-gui
parent72f0fcd211558f22c24de553276f211edb456d00 (diff)
downloadfreebsd-ports-gnome-a7a31ffe5d49c1249bdd9a7119a2a6bcde0833c3.tar.gz
freebsd-ports-gnome-a7a31ffe5d49c1249bdd9a7119a2a6bcde0833c3.tar.zst
freebsd-ports-gnome-a7a31ffe5d49c1249bdd9a7119a2a6bcde0833c3.zip
Fix build with new gettext.
Diffstat (limited to 'net/dctc-gui')
-rw-r--r--net/dctc-gui/files/patch-po_Makefile.in.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/dctc-gui/files/patch-po_Makefile.in.in b/net/dctc-gui/files/patch-po_Makefile.in.in
new file mode 100644
index 000000000000..b8b90a400c1f
--- /dev/null
+++ b/net/dctc-gui/files/patch-po_Makefile.in.in
@@ -0,0 +1,10 @@
+--- po/Makefile.in.in.orig Wed Feb 4 13:19:32 2004
++++ po/Makefile.in.in Wed Feb 4 13:19:41 2004
+@@ -87,6 +87,7 @@
+ $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
+ --add-comments --keyword=_ --keyword=N_ \
+ --files-from=$(srcdir)/POTFILES.in \
++ --from-code=ISO-8859-1 \
+ && test ! -f $(PACKAGE).po \
+ || ( rm -f $(srcdir)/$(PACKAGE).pot \
+ && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )