diff options
-rw-r--r-- | devel/bonobo-conf/files/patch-configure | 23 | ||||
-rw-r--r-- | devel/bonobo-conf/files/patch-po::Makefile.in.in | 14 |
2 files changed, 37 insertions, 0 deletions
diff --git a/devel/bonobo-conf/files/patch-configure b/devel/bonobo-conf/files/patch-configure new file mode 100644 index 000000000000..1056b8ec74a0 --- /dev/null +++ b/devel/bonobo-conf/files/patch-configure @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- configure.orig Wed Nov 7 17:26:45 2001 ++++ configure Wed Nov 7 17:38:11 2001 +@@ -8717,7 +8717,7 @@ + fi + + +- CATOBJEXT=.gmo ++ CATOBJEXT=.mo + fi + + else +@@ -8924,7 +8924,7 @@ + fi + + for lang in $ALL_LINGUAS; do +- GMOFILES="$GMOFILES $lang.gmo" ++ GMOFILES="$GMOFILES $lang.mo" + POFILES="$POFILES $lang.po" + done + diff --git a/devel/bonobo-conf/files/patch-po::Makefile.in.in b/devel/bonobo-conf/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..b40f53200b3f --- /dev/null +++ b/devel/bonobo-conf/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2001/11/07 15:16:20 1.1 ++++ po/Makefile.in.in 2001/11/07 15:16:33 +@@ -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 \ |