mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
$NetBSD: patch-configure,v 1.1 2016/02/08 01:17:53 markd Exp $
|
|
|
|
Fix "test =="
|
|
|
|
--- configure.orig 2015-11-02 21:13:49.000000000 +0000
|
|
+++ configure
|
|
@@ -17044,7 +17044,7 @@ else
|
|
ENABLE_FFMPEG_VERSIONS_FALSE=
|
|
fi
|
|
|
|
- if test x"$with_qt5" == x"yes"; then
|
|
+ if test x"$with_qt5" = x"yes"; then
|
|
WITH_QT5_TRUE=
|
|
WITH_QT5_FALSE='#'
|
|
else
|