From 15e4e111a586455ffebb10ae105b12fa7d695822 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 1 Nov 2001 12:21:38 +0000 Subject: Fix build problem on systems running XFree86 3.3.x in conjuction with the "xpkgwedge" package. --- emulators/xcopilot/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile index 171ec6b1e52..b02b04e6801 100644 --- a/emulators/xcopilot/Makefile +++ b/emulators/xcopilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/10/25 21:04:32 agc Exp $ +# $NetBSD: Makefile,v 1.7 2001/11/01 12:21:38 tron Exp $ # DISTNAME= xcopilot-0.6.6 @@ -15,6 +15,11 @@ GNU_CONFIGURE= YES USE_X11= YES USE_XPM= YES +EVAL_PREFIX+= XPMDIR=xpm + +CFLAGS+= -I${XPMDIR}/include +LDFLAGS+= -L${XPMDIR}/lib -Wl,-R${XPMDIR}/lib + post-extract: ${RM} -f ${WRKSRC}/mc68k/custom.c -- cgit v1.2.3