aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gide/files/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gide/files/patch-bb')
-rw-r--r--devel/gide/files/patch-bb36
1 files changed, 36 insertions, 0 deletions
diff --git a/devel/gide/files/patch-bb b/devel/gide/files/patch-bb
new file mode 100644
index 000000000000..28789b97b335
--- /dev/null
+++ b/devel/gide/files/patch-bb
@@ -0,0 +1,36 @@
+--- configure.orig Fri May 12 16:14:47 2000
++++ configure Wed May 17 09:36:16 2000
+@@ -2238,8 +2238,9 @@
+ #define WITH_REGEX 1
+ EOF
+
+- echo $ac_n "checking for GNU regex in libc""... $ac_c" 1>&6
+-echo "configure:2243: checking for GNU regex in libc" >&5
++LIBS="$LIBS -lgnuregex"
++ echo $ac_n "checking for GNU regex in libgnuregex""... $ac_c" 1>&6
++echo "configure:2243: checking for GNU regex in libgnuregex" >&5
+ if eval "test \"`echo '$''{'am_cv_gnu_regex'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+@@ -5163,15 +5164,15 @@
+ fi
+
+
+- USE_INCLUDED_LIBINTL=yes
++ USE_INCLUDED_LIBINTL=no
+ CATOBJEXT=.gmo
+ INSTOBJEXT=.mo
+ DATADIRNAME=share
+- INTLDEPS='$(top_builddir)/intl/libintl.a'
+- INTLLIBS=$INTLDEPS
+- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
+- nls_cv_header_intl=intl/libintl.h
+- nls_cv_header_libgt=intl/libgettext.h
++ INTLDEPS=
++ INTLLIBS=
++ LIBS='-lintl'
++ nls_cv_header_intl=
++ nls_cv_header_libgt=
+ fi
+
+ if test "$XGETTEXT" != ":"; then