1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/ftp/greed/files/patch-aa
Michael Haro ddae3a4fef Update to 0.8.
PR:		11540
Submitted by:	maintainer
1999-05-07 01:08:31 +00:00

30 lines
883 B
Plaintext

--- Makefile.orig Tue May 4 09:49:31 1999
+++ Makefile Thu May 6 07:12:36 1999
@@ -4,10 +4,10 @@
# Where to install binary and manpage on "make install":
-PREFIX=/usr
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/man
SECTION=1
+FLAGS=${CFLAGS}
###################################################
###### ######
@@ -50,11 +50,10 @@
#CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2'
freebsd:
- $(MAKE) CC=cc LDFLAGS= \
+ $(MAKE) LDFLAGS= \
OBJECTS= \
- CFLAGS='-Wall -ansi -pedantic -O4 -m486 \
- -funroll-all-loops -ffast-math -DROT_I386 \
- -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \
+ CFLAGS='-funroll-all-loops -ffast-math \
+ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \
greed
solaris: