View | Details | Raw Unified | Return to bug 266829
Collapse All | Expand All

(-)b/devel/qt6-base/Makefile (-2 / +8 lines)
Lines 112-117 SQLITE_CMAKE_ON= -DFEATURE_sql_sqlite=ON \ Link Here
112
SQLITE_CMAKE_OFF=	-DFEATURE_sql_sqlite=OFF
112
SQLITE_CMAKE_OFF=	-DFEATURE_sql_sqlite=OFF
113
SQLITE_USES=		sqlite:3
113
SQLITE_USES=		sqlite:3
114
114
115
.include <bsd.port.pre.mk>
116
117
.if ${ARCH} == "armv6" || ${ARCH} == "armv7"
118
BUILD_DEPENDS+=	as:devel/binutils
119
CMAKE_ARGS+=	-DCMAKE_ASM_FLAGS=-no-integrated-as
120
.endif
121
115
# TODO: do this cleaner -- somewhere cmake/qmake still creates empty directories
122
# TODO: do this cleaner -- somewhere cmake/qmake still creates empty directories
116
# for the cmake files in INSTALL_PREFIX/lib/cmake
123
# for the cmake files in INSTALL_PREFIX/lib/cmake
117
post-install:
124
post-install:
Lines 123-126 post-install: Link Here
123
		${RLN} $$t; \
130
		${RLN} $$t; \
124
	done <${WRKDIR}/.build/user_facing_tool_links.txt
131
	done <${WRKDIR}/.build/user_facing_tool_links.txt
125
132
126
.include <bsd.port.mk>
133
.include <bsd.port.post.mk>
127
- 

Return to bug 266829