summaryrefslogtreecommitdiff
path: root/math/snns/files/patch-ab
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-01-24 00:49:46 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-01-24 00:49:46 +0000
commit881cbb086254aee2428900993356386bd32f6df6 (patch)
tree7906696e53d8bcc97cca27ca989683b6b259d1b4 /math/snns/files/patch-ab
parentRespect CC and CFLAGS (diff)
Update to 4.2.
Notes
Notes: svn path=/head/; revision=24984
Diffstat (limited to 'math/snns/files/patch-ab')
-rw-r--r--math/snns/files/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/snns/files/patch-ab b/math/snns/files/patch-ab
new file mode 100644
index 000000000000..80342b770e1b
--- /dev/null
+++ b/math/snns/files/patch-ab
@@ -0,0 +1,20 @@
+--- kernel/sources/Makefile.orig Thu Sep 3 06:38:00 1998
++++ kernel/sources/Makefile Sat Dec 4 12:52:06 1999
+@@ -27,7 +27,7 @@
+ # Define final C-preprocessor options for the kernel
+ # Additional definitions like -I... and -D... go here
+ CPPFLAGS = -I../.. \
+- $(ENZOFLAGS)
++ $(ENZOFLAGS) -DHAVE_VALUES_H
+
+ # Here you may change the default C-compiler flags as set in
+ # ../../Makefile.def (not recommended)
+@@ -100,7 +100,7 @@
+ all: $(LIBKERNEL) $(LIBFUNCS)
+
+ $(KERNELBINDIR):
+- -mkdir $(KERNELBINDIR)
++ -mkdir -p $(KERNELBINDIR)
+
+ install: all $(KERNELBINDIR)
+ @echo "nothing to install"