svn commit: r439134 - head/emulators/gngeo

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


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

Log:
  - Remove extra -malign-double entry

Modified:
  head/emulators/gngeo/Makefile

Modified: head/emulators/gngeo/Makefile
==============================================================================
--- head/emulators/gngeo/Makefile	Sat Apr 22 02:56:14 2017	(r439133)
+++ head/emulators/gngeo/Makefile	Sat Apr 22 02:59:22 2017	(r439134)
@@ -68,8 +68,8 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|-frerun-loop-opt||; \
 		s|-falign-jumps=2||; s|-falign-loops=2||; \
 		s|-fschedule-insns2||; s|-malign-double||; \
-		s|-frerun-loop-opt||; s|-malign-double||; \
-		s|-O3||' ${WRKSRC}/configure
+		s|-frerun-loop-opt||; s|-O3||' \
+		${WRKSRC}/configure
 .endif
 	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' \
 		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \


More information about the svn-ports-head mailing list