Module Name: src
Committed By: christos
Date: Fri Jan 15 15:14:02 UTC 2016
Modified Files:
src/external/gpl2/libmalloc/lib: Makefile
Log Message:
we have unistd.h
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/libmalloc/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/libmalloc/lib/Makefile
diff -u src/external/gpl2/libmalloc/lib/Makefile:1.2 src/external/gpl2/libmalloc/lib/Makefile:1.3
--- src/external/gpl2/libmalloc/lib/Makefile:1.2 Wed Jan 13 21:43:50 2016
+++ src/external/gpl2/libmalloc/lib/Makefile Fri Jan 15 10:14:02 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/01/14 02:43:50 christos Exp $
+# $NetBSD: Makefile,v 1.3 2016/01/15 15:14:02 christos Exp $
NOMAN= # defined
.include <bsd.init.mk>
@@ -11,7 +11,7 @@ SRCS+= memalign.c valloc.c mcheck.c mtr
SRCS+= ralloc.c
-CPPFLAGS+= -I${DIST} -I${.CURDIR} -DSTDC_HEADERS -DHAVE_STDLIB_H
+CPPFLAGS+= -I${DIST} -I${.CURDIR} -DSTDC_HEADERS -DHAVE_STDLIB_H -DHAVE_UNISTD_H
.PATH: ${DIST}