aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/gngeo
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2017-04-22 10:59:22 +0800
committeracm <acm@FreeBSD.org>2017-04-22 10:59:22 +0800
commit3bc5aa3b53ca80fe5ee9518fb76df8b65c29e580 (patch)
treea39322397fc4f058f50039f613d1845fe01880a8 /emulators/gngeo
parent789c3ed43071c6422bb1cf46b0e738b398acb2ad (diff)
downloadfreebsd-ports-gnome-3bc5aa3b53ca80fe5ee9518fb76df8b65c29e580.tar.gz
freebsd-ports-gnome-3bc5aa3b53ca80fe5ee9518fb76df8b65c29e580.tar.zst
freebsd-ports-gnome-3bc5aa3b53ca80fe5ee9518fb76df8b65c29e580.zip
- Remove extra -malign-double entry
Diffstat (limited to 'emulators/gngeo')
-rw-r--r--emulators/gngeo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile
index c71ceafe668a..234ea91aca08 100644
--- a/emulators/gngeo/Makefile
+++ b/emulators/gngeo/Makefile
@@ -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} \