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

Collapse All | Expand All

(-)graphics/qgis/Makefile (+6 lines)
Lines 4-9 Link Here
4
PORTNAME=	qgis
4
PORTNAME=	qgis
5
DISTVERSIONPREFIX=	final-
5
DISTVERSIONPREFIX=	final-
6
DISTVERSION=	3_10_1
6
DISTVERSION=	3_10_1
7
PORTREVISION=	1
7
CATEGORIES=	graphics geography
8
CATEGORIES=	graphics geography
8
9
9
MAINTAINER=	rhurlin@gwdg.de
10
MAINTAINER=	rhurlin@gwdg.de
Lines 152-157 post-patch: Link Here
152
	@${REINPLACE_CMD} -e 's|"-mllvm -inline-threshold=128"|"-O1"|g' \
153
	@${REINPLACE_CMD} -e 's|"-mllvm -inline-threshold=128"|"-O1"|g' \
153
		${WRKSRC}/src/core/CMakeLists.txt
154
		${WRKSRC}/src/core/CMakeLists.txt
154
.endif
155
.endif
156
# Build failure with txt2tags > 3 (dropped --css-sugar & --css-inside)
157
# https://github.com/qgis/QGIS/issues/33516
158
.for f in INSTALL news
159
	@${REINPLACE_CMD} -e 's|--css-sugar --css-inside||' ${WRKSRC}/doc/${f}.t2t
160
.endfor
155
161
156
pre-configure:
162
pre-configure:
157
	${MKDIR} ${CONFIGURE_WRKSRC}/bin && ${LN} -s ${PYTHON_CMD} ${CONFIGURE_WRKSRC}/bin/python3
163
	${MKDIR} ${CONFIGURE_WRKSRC}/bin && ${LN} -s ${PYTHON_CMD} ${CONFIGURE_WRKSRC}/bin/python3

Return to bug 243368