Module Name: src
Committed By: mrg
Date: Sat Jun 19 07:33:58 UTC 2010
Modified Files:
src/external/zlib/pigz/bin/pigz: Makefile
Log Message:
kill the broken !HOSTPROG segment.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/zlib/pigz/bin/pigz/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/zlib/pigz/bin/pigz/Makefile
diff -u src/external/zlib/pigz/bin/pigz/Makefile:1.4 src/external/zlib/pigz/bin/pigz/Makefile:1.5
--- src/external/zlib/pigz/bin/pigz/Makefile:1.4 Sat Jun 19 03:50:31 2010
+++ src/external/zlib/pigz/bin/pigz/Makefile Sat Jun 19 07:33:58 2010
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/06/19 03:50:31 mrg Exp $
-
-.ifndef HOSTPROG
+# $NetBSD: Makefile,v 1.5 2010/06/19 07:33:58 mrg Exp $
.include <bsd.own.mk>
@@ -42,25 +40,8 @@
DIST= ${NETBSDSRCDIR}/external/zlib/pigz/dist
.PATH: ${DIST}
+
.if ${MKPIGZGZIP} != "no"
GZIPDIST= ${NETBSDSRCDIR}/usr.bin/gzip
.PATH: ${GZIPDIST}
.endif
-
-.else # HOSTPROG
-
-SRCS= pigz.c
-
-HOST_LDFLAGS= -lz
-
-#HAVE_PTHREAD_H!= if echo '#include <pthread.h>' | ${HOST_CC} -E - > /dev/null; then echo yes; else echo no; fi
-HAVE_PTHREAD_H?= yes
-
-.if ${HAVE_PTHREAD_H} != "no"
-SRCS+= yarn.c
-HOST_LDFLAGS+= -lpthread
-.else
-HOST_CPPFLAGS+= -DNOTHREAD
-.endif
-
-.endif # HOSTPROG