svn commit: r567477 - head/games/0ad

Guido Falsi madpilot at FreeBSD.org
Sat Mar 6 11:18:46 UTC 2021


Author: madpilot
Date: Sat Mar  6 11:18:45 2021
New Revision: 567477
URL: https://svnweb.freebsd.org/changeset/ports/567477

Log:
  Use helper.
  
  Suggested by:	pkubaj@

Modified:
  head/games/0ad/Makefile

Modified: head/games/0ad/Makefile
==============================================================================
--- head/games/0ad/Makefile	Sat Mar  6 10:24:12 2021	(r567476)
+++ head/games/0ad/Makefile	Sat Mar  6 11:18:45 2021	(r567477)
@@ -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}
@@ -56,10 +57,6 @@ MAKE_ENV+=	JOBS=${_MAKE_JOBS}
 PORTDATA=	*
 
 .include <bsd.port.pre.mk>
-
-.if ${ARCH} == i386
-CFLAGS+=	-msse2
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \


More information about the svn-ports-head mailing list