openbsd-ports/devel/glade/patches/patch-configure
pvalchev 8d31fc55de Update to glade-0.6.2
* Updated documentation build stuff
* Updated translations
* A number of fairly minor bug fixes

From maintainer Nils Nordman <nino@nforced.com>
2001-11-14 06:45:39 +00:00

15 lines
426 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2001/11/14 06:45:40 pvalchev Exp $
--- configure.orig Wed Mar 28 19:49:59 2001
+++ configure Tue Nov 13 22:38:19 2001
@@ -3505,6 +3505,10 @@ fi
fi
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ LIBS="$LIBS -lintl";
+ fi
+
if test "$gt_cv_func_gettext_libc" = "yes" \
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
cat >> confdefs.h <<\EOF