aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/im-ja/Makefile2
-rw-r--r--japanese/im-ja/files/patch-intltool-merge.in13
-rw-r--r--sysutils/gnome-pkgview/Makefile2
-rw-r--r--sysutils/gnome-pkgview/files/patch-intltool-merge.in11
-rw-r--r--textproc/scrollkeeper/Makefile2
-rw-r--r--textproc/scrollkeeper/files/patch-intltool-merge.in11
6 files changed, 3 insertions, 38 deletions
diff --git a/japanese/im-ja/Makefile b/japanese/im-ja/Makefile
index a442e520bb71..9f297c9569a9 100644
--- a/japanese/im-ja/Makefile
+++ b/japanese/im-ja/Makefile
@@ -22,7 +22,7 @@ USE_PERL5_BUILD= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomeprefix gnomehack gnomepanel lthack
+USE_GNOME= gnomeprefix gnomehack gnomepanel lthack intlhack
GNU_CONFIGURE= yes
LIBS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
diff --git a/japanese/im-ja/files/patch-intltool-merge.in b/japanese/im-ja/files/patch-intltool-merge.in
deleted file mode 100644
index ff71b98d11ef..000000000000
--- a/japanese/im-ja/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: intltool-merge.in
-diff -u intltool-merge.in.orig intltool-merge.in
---- intltool-merge.in.orig Sun Mar 21 07:05:57 2004
-+++ intltool-merge.in Tue Apr 13 02:35:42 2004
-@@ -976,7 +976,7 @@
- if ($MULTIPLE_OUTPUT) {
- for my $lang (sort keys %po_files_by_lang) {
- if ( ! -e $lang ) {
-- mkdir $lang or die "Cannot create subdirectory $lang: $!\n";
-+ mkdir $lang, 0777 or die "Cannot create subdirectory $lang: $!\n";
- }
- open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n";
- my $tree = readXml($FILE);
diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile
index 6924821d3f8d..cd59e001913e 100644
--- a/sysutils/gnome-pkgview/Makefile
+++ b/sysutils/gnome-pkgview/Makefile
@@ -17,7 +17,7 @@ COMMENT= Displays the version of GNOME components installed
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui
+USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui intlhack
USE_AUTOTOOLS= libtool:13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/sysutils/gnome-pkgview/files/patch-intltool-merge.in b/sysutils/gnome-pkgview/files/patch-intltool-merge.in
deleted file mode 100644
index 54c8a233119d..000000000000
--- a/sysutils/gnome-pkgview/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- intltool-merge.in.orig Wed Nov 12 15:29:28 2003
-+++ intltool-merge.in Wed Nov 12 15:31:54 2003
-@@ -858,7 +858,7 @@
- if ($MULTIPLE_OUTPUT) {
- for my $lang (sort keys %po_files_by_lang) {
- if ( ! -e $lang ) {
-- mkdir $lang or die "Cannot create subdirectory $lang: $!\n";
-+ mkdir $lang, 0777 or die "Cannot create subdirectory $lang: $!\n";
- }
- open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n";
- my $tree = readXml($FILE);
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
index 1e66eb1688ed..460ac5087cba 100644
--- a/textproc/scrollkeeper/Makefile
+++ b/textproc/scrollkeeper/Makefile
@@ -38,7 +38,7 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:13:inc
USE_BISON= yes
USE_REINPLACE= yes
-USE_GNOME= gnomehack gnomehier gnometarget libxslt
+USE_GNOME= gnomehack gnomehier gnometarget libxslt intlhack
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share/gnome \
--with-omfdirs=${PREFIX}/share/gnome/omf \
diff --git a/textproc/scrollkeeper/files/patch-intltool-merge.in b/textproc/scrollkeeper/files/patch-intltool-merge.in
deleted file mode 100644
index 54c8a233119d..000000000000
--- a/textproc/scrollkeeper/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- intltool-merge.in.orig Wed Nov 12 15:29:28 2003
-+++ intltool-merge.in Wed Nov 12 15:31:54 2003
-@@ -858,7 +858,7 @@
- if ($MULTIPLE_OUTPUT) {
- for my $lang (sort keys %po_files_by_lang) {
- if ( ! -e $lang ) {
-- mkdir $lang or die "Cannot create subdirectory $lang: $!\n";
-+ mkdir $lang, 0777 or die "Cannot create subdirectory $lang: $!\n";
- }
- open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n";
- my $tree = readXml($FILE);