pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/qt5-qtbase



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jun 23 17:29:12 UTC 2023

Modified Files:
        pkgsrc/x11/qt5-qtbase: Makefile

Log Message:
qt5-qtbase: Fix logic.


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 pkgsrc/x11/qt5-qtbase/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qt5-qtbase/Makefile
diff -u pkgsrc/x11/qt5-qtbase/Makefile:1.133 pkgsrc/x11/qt5-qtbase/Makefile:1.134
--- pkgsrc/x11/qt5-qtbase/Makefile:1.133        Sat Jun 10 18:26:57 2023
+++ pkgsrc/x11/qt5-qtbase/Makefile      Fri Jun 23 17:29:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2023/06/10 18:26:57 adam Exp $
+# $NetBSD: Makefile,v 1.134 2023/06/23 17:29:12 jperkin Exp $
 
 DISTNAME=      qtbase-everywhere-opensource-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
@@ -54,7 +54,7 @@ CONFIGURE_ENV+=               MAKEFLAGS=-j${MAKE_JOBS
 CONFIGURE_ARGS+=       -fontconfig
 QMAKE_CONF=            qmake.conf
 .  if ${OPSYS} != "SunOS" && \
-      ${MACHINE_ARCH} == i386 || ${MACHINE_ARCH} == x86_64
+      (${MACHINE_ARCH} == i386 || ${MACHINE_ARCH} == x86_64)
 CONFIGURE_ARGS+=       -reduce-relocations
 .  endif
 .else



Home | Main Index | Thread Index | Old Index