Files
pkgsrc-ng/devel/dconf/patches/patch-aa
2014-11-05 12:41:07 +01:00

14 lines
367 B
Plaintext

$NetBSD: patch-aa,v 1.4 2013/09/30 11:42:13 obache Exp $
--- configure.orig 2013-09-23 21:29:29.000000000 +0000
+++ configure
@@ -5423,7 +5423,7 @@ if test "${enable_gcov+set}" = set; then
fi
-if test "x$enable_gcov" == "xyes"; then
+if test "x$enable_gcov" = "xyes"; then
CFLAGS="$CFLAGS -O0 -fprofile-arcs -ftest-coverage"
LDFLAGS="$LDFLAGS -lgcov"
fi