aboutsummaryrefslogtreecommitdiff
path: root/www/erwn
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 00:43:11 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 00:43:11 +0000
commitbcd8ea57b8460eb048c4953ab16c409a3d536556 (patch)
treeb179b98a8c85e49bf7b44c53e6a0cde4b328afa9 /www/erwn
parent5069bcd3a55af2d246e8c0c2b001fe2d336eaf82 (diff)
downloadports-bcd8ea57b8460eb048c4953ab16c409a3d536556.tar.gz
ports-bcd8ea57b8460eb048c4953ab16c409a3d536556.zip
Remove '-m486' and friends from CFLAGS so this builds on FreeBSD/Alpha.
Notes
Notes: svn path=/head/; revision=21777
Diffstat (limited to 'www/erwn')
-rw-r--r--www/erwn/files/patch-aa14
1 files changed, 11 insertions, 3 deletions
diff --git a/www/erwn/files/patch-aa b/www/erwn/files/patch-aa
index eb079440fd16..c98fcd3edbeb 100644
--- a/www/erwn/files/patch-aa
+++ b/www/erwn/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile.orig Sat Jul 31 17:03:44 1999
-+++ Makefile Sat Jul 31 17:04:37 1999
-@@ -2,7 +2,7 @@
+--- Makefile.orig Sat Jul 24 15:33:08 1999
++++ Makefile Sun Sep 19 13:48:47 1999
+@@ -2,14 +2,14 @@
bindir = $(prefix)/bin
NAME = erwin-0.3.1
@@ -9,6 +9,14 @@
PROG = erwin
OBJS = erwin.o erwinmenu.o erwinfunctions.o erwintoolbar.o \
erwinnotebook.o erwindialogs.o erwintags.o gtkmessage.o
+ INSTALL = install
+ DEBUG = -g -DDEBUG
+
+-CFLAGS = -DNAME=\"$(NAME)\" $(DEBUG) -Wall -O2 -m486 -fno-strength-reduce -malign-functions=4 -malign-jumps=4 -malign-loops=4 -ffast-math -fexpensive-optimizations
++CFLAGS = -DNAME=\"$(NAME)\" $(DEBUG) -Wall -O2 -fno-strength-reduce -ffast-math -fexpensive-optimizations
+
+ all: license $(PROG)
+
@@ -28,10 +28,10 @@
rm -f $(PROG) $(OBJS) *.?~ core license.h