diff options
author | acm <acm@FreeBSD.org> | 2017-04-22 10:59:22 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2017-04-22 10:59:22 +0800 |
commit | 3bc5aa3b53ca80fe5ee9518fb76df8b65c29e580 (patch) | |
tree | a39322397fc4f058f50039f613d1845fe01880a8 /emulators/gngeo | |
parent | 789c3ed43071c6422bb1cf46b0e738b398acb2ad (diff) | |
download | freebsd-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/Makefile | 4 |
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} \ |