mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
$NetBSD: patch-configure,v 1.1 2014/03/26 16:19:08 ryoon Exp $
|
|
|
|
--- configure.orig 2014-03-15 05:44:42.000000000 +0000
|
|
+++ configure
|
|
@@ -3220,7 +3220,7 @@ if test "${enable_languageMenu+set}" = s
|
|
fi
|
|
|
|
|
|
-if test "x$enable_languageMenu" == "xyes"; then
|
|
+if test "x$enable_languageMenu" = "xyes"; then
|
|
XSLTFLAGS="$XSLTFLAGS --stringparam gimp.help.languageselector 1"
|
|
fi
|
|
|