From 3fc5b67e1d629f4ff93fbbedee72b32bc56b844d Mon Sep 17 00:00:00 2001 From: danw Date: Sun, 23 May 2004 23:28:29 +0000 Subject: malloc.h fixes for darwin, plus a handful of other small fixes for problems found after fixing malloc problems --- textproc/biblook/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'textproc/biblook/Makefile') diff --git a/textproc/biblook/Makefile b/textproc/biblook/Makefile index c6b008d7ea3..e4c6f6f4a3b 100644 --- a/textproc/biblook/Makefile +++ b/textproc/biblook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:26:49 agc Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/23 23:28:29 danw Exp $ # DISTNAME= biblook @@ -10,16 +10,12 @@ MAINTAINER= seb@pbox.org HOMEPAGE= http://compgeom.cs.uiuc.edu/~jeffe/biblook.html COMMENT= Indexing and searching tools for BibTeX bibliography databases -.include "../../mk/bsd.prefs.mk" - WRKSRC= ${WRKDIR} MAKE_FLAGS= CC="${CC}" # override definitions in the package's Makefile via command line -.if ${OPSYS} == "NetBSD" MAKE_FLAGS+= OPT="${CFLAGS} -Dunix" MAKE_FLAGS+= DEF_H_FILES="-DHAVE_STDLIB_H -DHAVE_NETINET_IN_H" MAKE_FLAGS+= DEF_MORE="-DMOREPATH=\\\"/usr/bin/more\\\" -DMORE=\\\"more\\\"" -.endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3