mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
25 lines
573 B
Plaintext
25 lines
573 B
Plaintext
$NetBSD: patch-configure,v 1.1 2015/10/18 15:19:30 adam Exp $
|
|
|
|
Portablity fix.
|
|
|
|
--- configure.orig 2015-10-18 15:12:52.000000000 +0000
|
|
+++ configure
|
|
@@ -13514,7 +13514,7 @@ if test "${enable_rpath+set}" = set; the
|
|
fi
|
|
|
|
|
|
- if test "x$enable_rpath" == "xyes"; then
|
|
+ if test "x$enable_rpath" = "xyes"; then
|
|
ENABLE_RPATH_TRUE=
|
|
ENABLE_RPATH_FALSE='#'
|
|
else
|
|
@@ -13529,7 +13529,7 @@ if test "${enable_tests+set}" = set; the
|
|
fi
|
|
|
|
|
|
- if test "x$enable_tests" == "xyes"; then
|
|
+ if test "x$enable_tests" = "xyes"; then
|
|
ENABLE_TESTS_TRUE=
|
|
ENABLE_TESTS_FALSE='#'
|
|
else
|