openbsd-ports/x11/gtop/patches/patch-configure
naddy 769d89d04a - fix message catalog installation
- add libtool patches
- clean
2001-09-19 14:54:41 +00:00

15 lines
423 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2001/09/19 14:54:41 naddy Exp $
--- configure.orig Wed Mar 14 22:23:37 2001
+++ configure Wed Sep 19 16:42:09 2001
@@ -4776,6 +4776,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