svn commit: r439133 - head/emulators/gngeo

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sat Apr 22 02:56:15 UTC 2017


Author: acm
Date: Sat Apr 22 02:56:14 2017
New Revision: 439133
URL: https://svnweb.freebsd.org/changeset/ports/439133

Log:
  - Fix build on i386
  - Bump PORTREVISION

Modified:
  head/emulators/gngeo/Makefile

Modified: head/emulators/gngeo/Makefile
==============================================================================
--- head/emulators/gngeo/Makefile	Fri Apr 21 23:47:27 2017	(r439132)
+++ head/emulators/gngeo/Makefile	Sat Apr 22 02:56:14 2017	(r439133)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gngeo
 PORTVERSION=	0.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	https://github.com/pepone42/gngeo/archive/ \
 		LOCAL/acm/${PORTNAME}
@@ -64,14 +64,12 @@ CONFIGURE_ARGS+=	--with-m68kcore=gen68k
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|x86_64|amd64|' ${WRKSRC}/configure
-.if ${ARCH} == "amd64"
-	@${REINPLACE_CMD} -e 's|-malign-double||' ${WRKSRC}/configure
-.endif
 .if ${COMPILER_TYPE} == "clang"
 	@${REINPLACE_CMD} -e 's|-frerun-loop-opt||; \
 		s|-falign-jumps=2||; s|-falign-loops=2||; \
-		s|-fschedule-insns2||; s|-malign-double||' \
-		${WRKSRC}/configure
+		s|-fschedule-insns2||; s|-malign-double||; \
+		s|-frerun-loop-opt||; s|-malign-double||; \
+		s|-O3||' ${WRKSRC}/configure
 .endif
 	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' \
 		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \


More information about the svn-ports-all mailing list