1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

Use helper.

Suggested by:	pkubaj@
This commit is contained in:
Guido Falsi 2021-03-06 11:18:45 +00:00
parent 9bb5b00084
commit 46c42dfa45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567477

View File

@ -45,6 +45,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha
BUILD_WRKSRC= ${WRKSRC}/build/workspaces/gcc
MAKE_ARGS= config=release verbose=1
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
CFLAGS_i386= -msse2
BUNDLE_LIBS= yes
DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make)
BINARY_ALIAS= python3=${PYTHON_CMD}
@ -57,10 +58,6 @@ PORTDATA= *
.include <bsd.port.pre.mk>
.if ${ARCH} == i386
CFLAGS+= -msse2
.endif
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
-e 's|%%CC%%|${CC}|' \