diff options
| author | Ade Lovett <ade@FreeBSD.org> | 2000-05-17 16:34:01 +0000 |
|---|---|---|
| committer | Ade Lovett <ade@FreeBSD.org> | 2000-05-17 16:34:01 +0000 |
| commit | fd1689dc793fe49224fd5b4d1602bd5ab868994c (patch) | |
| tree | 45df92411a528f3fc57995b6176f8e0fd30650f5 /devel/gide/files/patch-bb | |
| parent | b1d10589d07e4892a7600796527fbdd392209f37 (diff) | |
Update to 0.3.0, claim MAINTAINERship from ports@FreeBSD.org
Diffstat (limited to 'devel/gide/files/patch-bb')
| -rw-r--r-- | devel/gide/files/patch-bb | 36 |
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 |
