diff options
Diffstat (limited to 'devel/bonobo-conf/files/patch-configure')
-rw-r--r-- | devel/bonobo-conf/files/patch-configure | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/bonobo-conf/files/patch-configure b/devel/bonobo-conf/files/patch-configure deleted file mode 100644 index d35455c33..000000000 --- a/devel/bonobo-conf/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ - -$FreeBSD: ports/devel/bonobo-conf/files/patch-configure,v 1.2 2002/07/10 07:57:54 sobomax Exp $ - ---- configure.orig Thu Nov 1 13:25:50 2001 -+++ configure Wed Jul 10 10:40:37 2002 -@@ -5694,6 +5694,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -8717,7 +8718,7 @@ - fi - - -- CATOBJEXT=.gmo -+ CATOBJEXT=.mo - fi - - else -@@ -8924,7 +8925,7 @@ - fi - - for lang in $ALL_LINGUAS; do -- GMOFILES="$GMOFILES $lang.gmo" -+ GMOFILES="$GMOFILES $lang.mo" - POFILES="$POFILES $lang.po" - done - |