mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
16 lines
448 B
Plaintext
16 lines
448 B
Plaintext
$NetBSD: patch-aa,v 1.3 2012/06/03 17:35:38 wiz Exp $
|
|
|
|
--- configure.orig 2012-03-08 04:40:17.000000000 +0000
|
|
+++ configure
|
|
@@ -17654,6 +17654,10 @@ else
|
|
$as_echo "$LOCALEDIR" >&6; }
|
|
fi
|
|
|
|
+# For pkgsrc, always set USE_GETTEXT=yes because it is used by [cs]xpm.
|
|
+# We will pass INTLLIBS down to [cs]xpm as part of the build environment.
|
|
+#
|
|
+USE_GETTEXT=yes
|
|
if test "x$USE_GETTEXT" = "xyes" ; then
|
|
|
|
$as_echo "#define USE_GETTEXT 1" >>confdefs.h
|