From 78985436cfed66fa725de99b99ba4a18525fa64d Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 29 Sep 1999 09:46:41 +0000 Subject: Add a do-build target to work around what would appear to be a compiler error. I do not have the time, effort, energy or smarts to fix the compiler. --- net/ORBit/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/ORBit') diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index a53d227cb02..d72b5b68e0d 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/08/28 09:41:07 rh Exp $ +# $NetBSD: Makefile,v 1.24 1999/09/29 09:46:41 agc Exp $ # DISTNAME= ORBit-0.4.3 @@ -18,4 +18,10 @@ USE_GMAKE= yes LIBTOOL_FLAGS= --install-la INFO_FILES= libIDL.info +# This package fails to build, with an unterminated macro definition error +# Calling the build twice seems to workaround this. +do-build: + -@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${.MAKEFLAGS} all + -@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${.MAKEFLAGS} all + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3