mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
www/qt5-webkit: disable the gold linkerd
Pass USE_LD_GOLD:BOOL=OFF to cmake, to ensure that it is not accidentally being picked up, used, and failing to link. While here, switch to CMAKE_ON/CMAKE_OFF PR: 223596 Submitted by: olevole@olevole.ru
This commit is contained in:
parent
13aef22796
commit
67b30d480e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466805
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= webkit
|
||||
DISTVERSION= 5.212.0-alpha2
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/annulen/${PORTNAME}/releases/download/${DISTNAME}/
|
||||
PKGNAMEPREFIX= qt5-
|
||||
@ -36,9 +36,9 @@ RUBY_NO_RUN_DEPENDS= yes
|
||||
|
||||
CMAKE_ARGS= -DPORT:STRING="Qt" \
|
||||
-DKDE_INSTALL_INCLUDEDIR:PATH="${QT_INCDIR_REL}" \
|
||||
-DKDE_INSTALL_LIBDIR:PATH="${QT_LIBDIR_REL}" \
|
||||
-DENABLE_OPENGL:BOOL=TRUE \
|
||||
-DUSE_QT_MULTIMEDIA:BOOL=FALSE
|
||||
-DKDE_INSTALL_LIBDIR:PATH="${QT_LIBDIR_REL}"
|
||||
CMAKE_ON= ENABLE_OPENGL
|
||||
CMAKE_OFF= USE_QT_MULTIMEDIA USE_LD_GOLD
|
||||
|
||||
# Add -DNDEBUG to CXXFLAGS which in turn gets sucked into
|
||||
# CMAKE_CXX_FLAGS_RELEASE where we actually want to have it.
|
||||
|
Loading…
Reference in New Issue
Block a user