pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qt6-qtbase: sync with qt5-qtbase
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Wed Jul 21 17:35:10 2021 +0200
Changeset: 2e8fbfb82424d6345005d418dcce49e7b5dedf9a
Modified Files:
qt6-qtbase/Makefile
Log Message:
qt6-qtbase: sync with qt5-qtbase
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2e8fbfb82424d6345005d418dcce49e7b5dedf9a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qt6-qtbase/Makefile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diffs:
diff --git a/qt6-qtbase/Makefile b/qt6-qtbase/Makefile
index 7ba27c975a..f36cba678b 100644
--- a/qt6-qtbase/Makefile
+++ b/qt6-qtbase/Makefile
@@ -100,11 +100,15 @@ CONFIGURE_ARGS+= -no-framework
# so give it a direct path to them if they aren't installed
# in /usr/include
. if !exists(/usr/include)
-CONFIGURE_ARGS+= -I "$$(xcrun --show-sdk-path)"/usr/include
+CONFIGURE_ARGS+= -I ${OSX_SDK_PATH}/usr/include
. endif
. if exists(/usr/lib/libresolv.dylib)
LDFLAGS+= -lresolv
. endif
+# -lexecinfo is bundled in libc
+. if exists(${OSX_SDK_PATH}/usr/include/execinfo.h)
+BUILDLINK_TRANSFORM+= rm:-lexecinfo
+. endif
.elif ${OPSYS} == "Linux"
LDFLAGS+= -ldl
.elif ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
Home |
Main Index |
Thread Index |
Old Index