1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/biology/sim4/files/patch-aa
Kevin Lo bf3691c14a Update to version 2000.08.24
PR: 20897
Submitted by: MAINTAINER
2000-09-04 02:44:03 +00:00

11 lines
236 B
Plaintext

--- Makefile.orig Thu Aug 24 23:40:44 2000
+++ Makefile Mon Aug 28 14:26:05 2000
@@ -5,6 +5,6 @@
# For gcc, ``-O2'' works well.
sim4:
- cc -o sim4 -I. -O *.c -lm
+ ${CC} -o sim4 -I. ${CFLAGS} *.c -lm
clean:
rm -f sim4 *.o