From d8ccb389501fff6a2a470bbb6960dbf17e8190c6 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 29 Jun 1999 12:49:04 +0000 Subject: Make this package work on Solaris. --- x11/dxpc/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'x11/dxpc') diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 3a15200f802..2601cbb8d3a 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/04/15 20:39:48 tron Exp $ +# $NetBSD: Makefile,v 1.11 1999/06/29 12:49:04 agc Exp $ # DISTNAME= dxpc-3.7.0 @@ -11,6 +11,13 @@ HOMEPAGE= http://ccwf.cc.utexas.edu/~zvonler/dxpc/ GNU_CONFIGURE= yes USE_X11BASE= yes +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +DEPENDS+= egcs-1.1.2:../../lang/egcs +CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++ +.endif + post-install: @strip ${PREFIX}/bin/dxpc -- cgit v1.2.3