From 0d033ca10ba467d392eb08e8b87d89c1e3cbb3d9 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 6 Feb 2003 02:39:16 +0000 Subject: enable optimization (use release settings) --- cad/vipec/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cad/vipec') diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index 2a81770bc89..5fb98809817 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2003/02/06 00:41:12 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.30 2003/02/06 02:39:16 dmcmahill Exp $ # DISTNAME= ViPEC-3.1.3 @@ -17,6 +17,12 @@ USE_GMAKE= yes CONFLICTS+= vipec-[0-9]* +ALL_TARGET= ALL + +do-configure: + cd ${WRKSRC}/src && tmake vipec "CONFIG+=release" -o Makefile + #cd ${WRKSRC}/src && tmake vipec "CONFIG+=debug" -o Makefile + post-patch: ${SED} 's;@prefix@;${PREFIX};g' < ${FILESDIR}/vipec.sh.in > ${WRKDIR}/vipec.sh -- cgit v1.2.3