1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Fix build by disabling use of <values.h>

This commit is contained in:
Kris Kennaway 2002-10-05 20:59:37 +00:00
parent 978ab4f547
commit 559f9dc818
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67398

View File

@ -1,14 +1,5 @@
--- 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)
+++ kernel/sources/Makefile Sat Sep 28 20:54:57 2002
@@ -100,7 +100,7 @@
all: $(LIBKERNEL) $(LIBFUNCS)