aboutsummaryrefslogtreecommitdiff
path: root/devel/spin/files/patch-ab
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-05-17 20:30:30 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-05-17 20:30:30 +0000
commit3a381fe3a13c8b41355131187c48b9e3e2ccf62c (patch)
treee71e218156ee89e50b06b976cd5749a4633f1ac9 /devel/spin/files/patch-ab
parenta1c94af743098c1e38df06497d68932d89db0db5 (diff)
downloadports-3a381fe3a13c8b41355131187c48b9e3e2ccf62c.tar.gz
ports-3a381fe3a13c8b41355131187c48b9e3e2ccf62c.zip
Notes
Diffstat (limited to 'devel/spin/files/patch-ab')
-rw-r--r--devel/spin/files/patch-ab15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/spin/files/patch-ab b/devel/spin/files/patch-ab
index 91869c5eed38..a50e73daae58 100644
--- a/devel/spin/files/patch-ab
+++ b/devel/spin/files/patch-ab
@@ -1,15 +1,14 @@
---- makefile.orig Sun Sep 10 19:59:06 2000
-+++ makefile Sun Sep 10 20:00:41 2000
-@@ -10,9 +10,10 @@
- # Send bug-reports and/or questions to: gerard@research.bell-labs.com
+--- 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 # or any other ansi compatible c compiler
- # CC=cc -g -DNXT # if you need the X operator in LTL
+ # 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
-+CC += -DNXT
++CFLAGS += -DNXT
# on Solaris: add -DSOLARIS
# on PCs: add -DPC