diff options
author | steve <steve@FreeBSD.org> | 1999-09-20 08:43:11 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-20 08:43:11 +0800 |
commit | a634ea8c01d560e4ba06b59a6d1e24e934e49477 (patch) | |
tree | 7046cd436b8b67dd12b58174821e5453bf45ab74 /www/erwn/files | |
parent | 6c161af5e9384c50805a9f0d5527a541e1f08491 (diff) | |
download | freebsd-ports-gnome-a634ea8c01d560e4ba06b59a6d1e24e934e49477.tar.gz freebsd-ports-gnome-a634ea8c01d560e4ba06b59a6d1e24e934e49477.tar.zst freebsd-ports-gnome-a634ea8c01d560e4ba06b59a6d1e24e934e49477.zip |
Remove '-m486' and friends from CFLAGS so this builds on FreeBSD/Alpha.
Diffstat (limited to 'www/erwn/files')
-rw-r--r-- | www/erwn/files/patch-aa | 14 |
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 |