pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase qt5-qtbase: Add nonunix PLIST option fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39fde03a1137
branches:  trunk
changeset: 422193:39fde03a1137
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jan 22 13:27:03 2020 +0000

description:
qt5-qtbase: Add nonunix PLIST option for inverted unix option

diffstat:

 x11/qt5-qtbase/Makefile.common |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r d4b859e054b0 -r 39fde03a1137 x11/qt5-qtbase/Makefile.common
--- a/x11/qt5-qtbase/Makefile.common    Wed Jan 22 10:53:58 2020 +0000
+++ b/x11/qt5-qtbase/Makefile.common    Wed Jan 22 13:27:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2020/01/21 20:25:37 adam Exp $
+# $NetBSD: Makefile.common,v 1.36 2020/01/22 13:27:03 ryoon Exp $
 # used by x11/qt5-mysql/Makefile
 # used by x11/qt5-odbc/Makefile
 # used by x11/qt5-psql/Makefile
@@ -53,9 +53,11 @@
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-rpath-link,${WRKSRC}/lib
 
 MAKE_ENV+=             QTPREFIX=${QTPREFIX:Q}
-PLIST_VARS+=           unix
+PLIST_VARS+=           nonunix unix
 .if ${OPSYS} != "Darwin"
 PLIST.unix=            yes
+.else
+PLIST.nonunix=         yes
 .endif
 
 # avoid creating a .qt directory in the users home directory



Home | Main Index | Thread Index | Old Index