View | Details | Raw Unified | Return to bug 266389 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/qtcreator/Makefile (+4 lines)
Lines 61-66 CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_elfutils Link Here
61
CMAKE_OFF=	BUILD_WITH_PCH
61
CMAKE_OFF=	BUILD_WITH_PCH
62
# Disable Qt6 suport for now
62
# Disable Qt6 suport for now
63
CMAKE_ON+=	CMAKE_DISABLE_FIND_PACKAGE_Qt6
63
CMAKE_ON+=	CMAKE_DISABLE_FIND_PACKAGE_Qt6
64
# Disable pulling in googletest if installed which presently breaks build
65
CMAKE_ON+=	CMAKE_DISABLE_FIND_PACKAGE_Googletest
66
# Disable pulling in yaml-cpp if installed as it presently breaks configure
67
CMAKE_OFF+=	yaml-cpp_FOUND
64
68
65
LDFLAGS+=	-lexecinfo
69
LDFLAGS+=	-lexecinfo
66
70

Return to bug 266389