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:   ryoon
Date:           Wed Jan 22 14:06:08 UTC 2020

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

Log Message:
qt5-qtbase: Use PLIST.Darwin instead of nonunix PLIST option

Pointed by adam@. Thank you.


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

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.common
diff -u pkgsrc/x11/qt5-qtbase/Makefile.common:1.36 pkgsrc/x11/qt5-qtbase/Makefile.common:1.37
--- pkgsrc/x11/qt5-qtbase/Makefile.common:1.36  Wed Jan 22 13:27:03 2020
+++ pkgsrc/x11/qt5-qtbase/Makefile.common       Wed Jan 22 14:06:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2020/01/22 13:27:03 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.37 2020/01/22 14:06:08 ryoon Exp $
 # used by x11/qt5-mysql/Makefile
 # used by x11/qt5-odbc/Makefile
 # used by x11/qt5-psql/Makefile
@@ -53,11 +53,9 @@ BUILDLINK_TRANSFORM.SunOS+=  rm:-Wl,-rpat
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-rpath-link,${WRKSRC}/lib
 
 MAKE_ENV+=             QTPREFIX=${QTPREFIX:Q}
-PLIST_VARS+=           nonunix unix
+PLIST_VARS+=           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