diff options
author | asami <asami@FreeBSD.org> | 1999-02-12 03:03:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-12 03:03:40 +0000 |
commit | 51d4cb672936ed2d6a8d49ec1179d007e959fae1 (patch) | |
tree | 5a22983ccd6ae20d0e050464af98149c1d5fe87a /math/spin | |
parent | c1f499fff00e1aeb8d2d72cc726851222ce47b9e (diff) | |
download | FreeBSD-ports-51d4cb672936ed2d6a8d49ec1179d007e959fae1.zip FreeBSD-ports-51d4cb672936ed2d6a8d49ec1179d007e959fae1.tar.gz |
Missed this one.
Diffstat (limited to 'math/spin')
-rw-r--r-- | math/spin/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/spin/files/patch-ab b/math/spin/files/patch-ab new file mode 100644 index 0000000..1fa5be4 --- /dev/null +++ b/math/spin/files/patch-ab @@ -0,0 +1,13 @@ +--- makefile.orig Wed Jan 27 12:28:31 1999 ++++ makefile Wed Jan 27 12:29:14 1999 +@@ -9,8 +9,8 @@ + # 1991, Prentice Hall, Englewood Cliffs, NJ, 07632 + # Send bug-reports and/or questions to: gerard@research.bell-labs.com + +-CC=gcc -g # or any other ansi compatible c compiler +-CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include ++# CC=gcc -g # or any other ansi compatible c compiler ++# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include + + # on Solaris: add -DSOLARIS + # on PCs: add -DPC |