Files
pkgsrc-ng/textproc/json-glib/patches/patch-configure
2016-01-21 23:40:00 +01:00

17 lines
512 B
Plaintext

$NetBSD: patch-configure,v 1.2 2015/03/13 11:21:39 prlw1 Exp $
* test(1) portability fix
https://bugzilla.gnome.org/show_bug.cgi?id=746143
--- configure.orig 2014-04-20 08:58:47.000000000 +0000
+++ configure
@@ -12430,7 +12430,7 @@ else
ENABLE_ALWAYS_BUILD_TESTS_FALSE=
fi
- if test "$ENABLE_INSTALLED_TESTS" == "1"; then
+ if test "$ENABLE_INSTALLED_TESTS" = "1"; then
installed_test_metadir=${datadir}/installed-tests/json-glib
installed_testdir=${libexecdir}/installed-tests/json-glib