mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
$NetBSD: patch-configure,v 1.1 2015/04/19 19:35:00 spz Exp $
|
|
|
|
'=' compat fix
|
|
|
|
--- configure.orig 2015-02-27 02:10:23.000000000 +0000
|
|
+++ configure
|
|
@@ -6349,7 +6349,7 @@ fi
|
|
if test "$LEX" = :; then
|
|
LEX=${am_missing_run}flex
|
|
fi
|
|
-if test "x$LEX" == "flex" ; then
|
|
+if test "x$LEX" = "flex" ; then
|
|
# Lex options - use -X
|
|
FLEX_LFLAGS="-X"
|
|
FLEX_CFLAGS="-D_POSIX_SOURCE=1"
|