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: tnn
Date: Wed Jul 19 22:08:05 UTC 2023
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile.common
Log Message:
qt5-*: add BUILDLINK_TRANSFORM that used to live in Darwin.mk
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 pkgsrc/x11/qt5-qtbase/Makefile.common:1.51
--- pkgsrc/x11/qt5-qtbase/Makefile.common:1.50 Mon Nov 21 18:12:17 2022
+++ pkgsrc/x11/qt5-qtbase/Makefile.common Wed Jul 19 22:08:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2022/11/21 18:12:17 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.51 2023/07/19 22:08:05 tnn Exp $
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
# used by x11/qt5-psql/Makefile
@@ -56,6 +56,9 @@ CXXFLAGS.SunOS+= -D_Noreturn=""
# for GL_GLEXT_LEGACY with GL/gl.h error, GL_ARB_shader_objects is not defined.
BUILDLINK_TRANSFORM+= rm:-Wundef
+# ld: unknown option: -O1
+BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,-O1
+
MAKE_ENV+= QTPREFIX=${QTPREFIX:Q}
PLIST_VARS+= notdarwin
.if ${OPSYS} != "Darwin"
Home |
Main Index |
Thread Index |
Old Index