Files
pkgsrc-ng/net/poptop/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
466 B
Plaintext

$NetBSD: patch-aa,v 1.3 2005/01/01 06:26:41 cube Exp $
--- configure.in.orig 2004-06-23 09:38:43.000000000 +0200
+++ configure.in
@@ -112,7 +112,7 @@ fi
if test "$ac_cv_header_libintl_h" = yes; then
if test "$ac_cv_lib_c_gettext" = no; then
if test "$ac_cv_lib_intl_gettext" = yes; then
- XTRALIBS_MGR = "$XTRALIBS_MGR -lintl"
+ XTRALIBS_MGR="$XTRALIBS_MGR -lintl"
else
echo "Have libintl.h but no usable gettext!" 1>&2
exit 1