Files
pkgsrc-ng/inputmethod/ibus-unikey/patches/patch-configure
2016-01-21 23:40:00 +01:00

17 lines
575 B
Plaintext

$NetBSD: patch-configure,v 1.3 2014/05/01 09:19:35 obache Exp $
* test(1) portability fix.
https://github.com/mrlequoctuan/ibus-unikey/pull/2
--- configure.orig 2012-02-29 03:18:22.000000000 +0000
+++ configure
@@ -18737,7 +18737,7 @@ if test "${with_gtk_version+set}" = set;
fi
-if test "x$gtk_version" == "x3" || test "x$gtk_version" == "xgtk-3" || test "x$gtk_version" == "xgtk3"; then :
+if test "x$gtk_version" = "x3" || test "x$gtk_version" = "xgtk-3" || test "x$gtk_version" = "xgtk3"; then :
gtk_version="gtk+-3.0"
else
gtk_version="gtk+-2.0 >= 2.12"