freebsd-ports/math/spin/files/patch-ab
SADA Kenji 3a381fe3a1 Upgrade to version 3.4.14 .
PR:	ports/36862
Submitted by:	maintainer
2002-05-17 20:30:30 +00:00

14 lines
513 B
Text

--- makefile.orig Wed Feb 20 13:40:54 2002
+++ makefile Sun Apr 7 17:44:50 2002
@@ -11,8 +11,9 @@
# The book is available frm www.amazon.com
# CC=cc -g # or any other ansi compatible c compiler
-CC=cc -g -DNXT # if you need the X operator in LTL
-CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include
+# CC=cc -g -DNXT # if you need the X operator in LTL
+# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include
+CFLAGS += -DNXT
# on Solaris: add -DSOLARIS
# on PCs: add -DPC