diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-12 03:03:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-12 03:03:40 +0000 |
commit | 80e0a134bbf6d3ee01432330d574208d677dd014 (patch) | |
tree | a327f652eb2b0b3083fcf5a5b49c3c4c09a630e2 /devel/spin | |
parent | cbec0b34f743d76cc37c316962191766ec6a7491 (diff) | |
download | ports-80e0a134bbf6d3ee01432330d574208d677dd014.tar.gz ports-80e0a134bbf6d3ee01432330d574208d677dd014.zip |
Notes
Diffstat (limited to 'devel/spin')
-rw-r--r-- | devel/spin/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/spin/files/patch-ab b/devel/spin/files/patch-ab new file mode 100644 index 000000000000..1fa5be43341a --- /dev/null +++ b/devel/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 |