diff options
author | tron <tron> | 2001-11-01 12:21:38 +0000 |
---|---|---|
committer | tron <tron> | 2001-11-01 12:21:38 +0000 |
commit | 23089d973b4a135dc016ef837ab1e60b10e54fc1 (patch) | |
tree | 8ab0ca19f973d490714704cf146765ab1f3b8d31 /emulators | |
parent | 51948418a447f1d1aeacfa16835eb800e2359529 (diff) | |
download | pkgsrc-23089d973b4a135dc016ef837ab1e60b10e54fc1.tar.gz |
Fix build problem on systems running XFree86 3.3.x in conjuction with the
"xpkgwedge" package.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xcopilot/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 |