openbsd-ports/textproc/scrollkeeper/patches/patch-configure

15 lines
423 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2001/09/20 01:32:03 naddy Exp $
--- configure.orig Wed Mar 28 14:00:09 2001
+++ configure Thu Sep 20 03:08:20 2001
@@ -3152,6 +3152,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