From 98f0d12144c8fcdc23a02d24585532540e638c7a Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 25 Mar 2002 20:16:20 +0000 Subject: Update to 1.0.2. --- www/libgtkhtml/files/patch-po::Makefile.in.in | 14 ++++++++++++++ www/libgtkhtml/files/patch-src::htmlsearch.h | 14 ++++++++++++++ www/libgtkhtml/files/patch-src::htmltext.c | 14 ++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 www/libgtkhtml/files/patch-po::Makefile.in.in create mode 100644 www/libgtkhtml/files/patch-src::htmlsearch.h create mode 100644 www/libgtkhtml/files/patch-src::htmltext.c (limited to 'www/libgtkhtml/files') diff --git a/www/libgtkhtml/files/patch-po::Makefile.in.in b/www/libgtkhtml/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..42f683d3e699 --- /dev/null +++ b/www/libgtkhtml/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2002/03/25 14:35:10 1.1 ++++ po/Makefile.in.in 2002/03/25 14:35:35 +@@ -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/libgtkhtml/files/patch-src::htmlsearch.h b/www/libgtkhtml/files/patch-src::htmlsearch.h new file mode 100644 index 000000000000..f4a96db5ce60 --- /dev/null +++ b/www/libgtkhtml/files/patch-src::htmlsearch.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/htmlsearch.h 2002/03/25 14:12:56 1.1 ++++ src/htmlsearch.h 2002/03/25 14:13:16 +@@ -24,7 +24,7 @@ + #define _HTML_SEARCH_H_ + + #include +-#include ++#include + #include "htmltypes.h" + + struct _HTMLSearch { diff --git a/www/libgtkhtml/files/patch-src::htmltext.c b/www/libgtkhtml/files/patch-src::htmltext.c new file mode 100644 index 000000000000..0cfe711701ba --- /dev/null +++ b/www/libgtkhtml/files/patch-src::htmltext.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/htmltext.c 2002/03/25 14:12:56 1.1 ++++ src/htmltext.c 2002/03/25 14:13:10 +@@ -25,7 +25,7 @@ + #include + #include + #include +-#include ++#include + #include + + #include "htmltext.h" -- cgit v1.2.3