1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/print/ggv/files/patch-aa
Ade Lovett 2c47dda968 Unconditionally disable bonobo support here too -- it needs reworking
for the new bonobo code.

Submitted by:	Archie Cobbs <archie@whistle.com>
2000-08-25 16:07:03 +00:00

39 lines
922 B
Plaintext

--- configure.orig Tue May 9 17:06:45 2000
+++ configure Fri Aug 25 11:04:07 2000
@@ -4506,15 +4506,15 @@
fi
- USE_INCLUDED_LIBINTL=yes
+# USE_INCLUDED_LIBINTL=yes
CATOBJEXT=.gmo
INSTOBJEXT=.mo
DATADIRNAME=share
- INTLDEPS='$(top_builddir)/intl/libintl.a'
+ INTLDEPS='-lintl'
INTLLIBS=$INTLDEPS
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
- nls_cv_header_intl=intl/libintl.h
- nls_cv_header_libgt=intl/libgettext.h
+# nls_cv_header_intl=intl/libintl.h
+# nls_cv_header_libgt=intl/libgettext.h
fi
if test "$XGETTEXT" != ":"; then
@@ -4821,13 +4821,8 @@
fi
fi
if test "x$no_bonobo" = x ; then
- echo "$ac_t""yes" 1>&6
-
- cat >> confdefs.h <<\EOF
-#define ENABLE_BONOBO 1
-EOF
-
- have_bonobo=true
+ echo "$ac_t""yes - but I'm ignoring it" 1>&6
+ have_bonobo=false
else
echo "$ac_t""no" 1>&6