summaryrefslogtreecommitdiff
path: root/emulators/arcem/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-11-11 16:44:45 +0000
committerjoerg <joerg@pkgsrc.org>2013-11-11 16:44:45 +0000
commit91c5c1e7fe4a3fb2aaf0b2d926b72dd2430bd3d0 (patch)
treebcb2edd22a21b3988b0f8ca58801cd5074372df1 /emulators/arcem/patches
parent7563a1b6bf1d3254423f7fa58a9f7f50e5fc856d (diff)
downloadpkgsrc-91c5c1e7fe4a3fb2aaf0b2d926b72dd2430bd3d0.tar.gz
Don't add -frerun-cse-after-loop. Use do-install to do it properly.
Diffstat (limited to 'emulators/arcem/patches')
-rw-r--r--emulators/arcem/patches/patch-aa11
1 files changed, 9 insertions, 2 deletions
diff --git a/emulators/arcem/patches/patch-aa b/emulators/arcem/patches/patch-aa
index b71a40da3dc..f4016a7ddfb 100644
--- a/emulators/arcem/patches/patch-aa
+++ b/emulators/arcem/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2013/11/10 12:50:19 ryoon Exp $
+$NetBSD: patch-aa,v 1.5 2013/11/11 16:44:45 joerg Exp $
--- Makefile.orig 2012-12-12 23:41:33.000000000 +0000
+++ Makefile
@@ -13,7 +13,14 @@ $NetBSD: patch-aa,v 1.4 2013/11/10 12:50:19 ryoon Exp $
WARN = -Wall -Wno-return-type -Wno-unknown-pragmas -Wshadow \
-Wpointer-arith -Wcast-align -Wstrict-prototypes \
-@@ -69,7 +71,7 @@ endif
+@@ -63,13 +65,13 @@ ifeq ($(DEBUG),yes)
+ CFLAGS += -O0 -g
+ else
+ CFLAGS = -O3 -funroll-loops -fexpensive-optimizations -ffast-math \
+- -fomit-frame-pointer -frerun-cse-after-loop
++ -fomit-frame-pointer
+ endif
+ endif
CFLAGS += \
$(CFL) $(WARN) \