diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 18:21:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 18:21:15 +0000 |
commit | ae3416497c35516e67c855533a4a0dd76a27332b (patch) | |
tree | 940e7fc30b1c9c2fe49d867385ff5585c391903f | |
parent | Switch to USE_GETTEXT. (diff) |
Fix build with new gettext.
Notes
Notes:
svn path=/head/; revision=99991
-rw-r--r-- | net-p2p/dctc-gui/files/patch-po_Makefile.in.in | 10 | ||||
-rw-r--r-- | net/dctc-gui/files/patch-po_Makefile.in.in | 10 | ||||
-rw-r--r-- | www/aria/files/patch-po::Makefile.in.in | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net-p2p/dctc-gui/files/patch-po_Makefile.in.in b/net-p2p/dctc-gui/files/patch-po_Makefile.in.in new file mode 100644 index 000000000000..b8b90a400c1f --- /dev/null +++ b/net-p2p/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 ) 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 ) diff --git a/www/aria/files/patch-po::Makefile.in.in b/www/aria/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..acd689157917 --- /dev/null +++ b/www/aria/files/patch-po::Makefile.in.in @@ -0,0 +1,10 @@ +--- po/Makefile.in.in.orig Wed Oct 11 03:30:42 2000 ++++ po/Makefile.in.in Wed Feb 4 13:16:58 2004 +@@ -86,6 +86,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 ) |