Files
pkgsrc-ng/net/glib-networking/patches/patch-configure
2016-11-18 22:39:22 +01:00

17 lines
550 B
Plaintext

$NetBSD: patch-configure,v 1.1 2016/04/21 21:24:56 prlw1 Exp $
configure: test(1) uses = to test for string equality
https://bugzilla.gnome.org/show_bug.cgi?id=765396
--- configure.orig 2016-03-21 21:51:20.000000000 +0000
+++ configure
@@ -14712,7 +14712,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/glib-networking
installed_testdir=${libexecdir}/installed-tests/glib-networking