summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cpio
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2005-10-01 06:35:58 +0000
committertjr <tjr@FreeBSD.org>2005-10-01 06:35:58 +0000
commit7c13f400d503e0bfabba4d366034b84de37d3736 (patch)
tree2309ee5311d14490a0be5d0c287c173652498e86 /gnu/usr.bin/cpio
parent9c1e1fb8c0b0757896c68260f285ad7e45668a0e (diff)
downloadFreeBSD-src-7c13f400d503e0bfabba4d366034b84de37d3736.zip
FreeBSD-src-7c13f400d503e0bfabba4d366034b84de37d3736.tar.gz
Define HAVE_MKFIFO and HAVE_SETLOCALE here since the configure script
apparently fails to do it.
Diffstat (limited to 'gnu/usr.bin/cpio')
-rw-r--r--gnu/usr.bin/cpio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile
index cfcf51a..992280e 100644
--- a/gnu/usr.bin/cpio/Makefile
+++ b/gnu/usr.bin/cpio/Makefile
@@ -56,6 +56,7 @@ getopt.h: getopt_.h
alloca.h: alloca_.h
ln -fs ${.ALLSRC} ${.TARGET}
-CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -DHAVE_CONFIG_H
+CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -DHAVE_CONFIG_H \
+ -DHAVE_MKFIFO -DHAVE_SETLOCALE
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud