1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix build with gettext-0.12.1.

Submitted by:	Thierry Thomas <thierry@pompo.net>
This commit is contained in:
Joe Marcus Clarke 2003-08-25 06:10:52 +00:00
parent 6fc78fcdf1
commit 46eff70a20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87647

View File

@ -0,0 +1,10 @@
--- po/Makefile.in.in.orig Mon Mar 4 22:56:47 2002
+++ po/Makefile.in.in Fri Aug 22 16:50:02 2003
@@ -88,6 +88,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 )