diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-08-16 22:04:46 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-08-16 22:04:46 +0000 |
commit | 17453082223d924d1582516e075d90242e116776 (patch) | |
tree | 288c05994115e7d0062d065603e888f2e66af4e7 /cad/pcb-current | |
parent | 5965e9c2693716cf934fe0868faacb25eeaa8386 (diff) | |
download | pkgsrc-17453082223d924d1582516e075d90242e116776.tar.gz |
add -lX11 explicitly to LIBS. On the next release this will be fixed
in the upstream sources.
Diffstat (limited to 'cad/pcb-current')
-rw-r--r-- | cad/pcb-current/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/pcb-current/Makefile b/cad/pcb-current/Makefile index 480c3ac0632..9fec29014ac 100644 --- a/cad/pcb-current/Makefile +++ b/cad/pcb-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/07/30 21:56:51 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.20 2005/08/16 22:04:46 dmcmahill Exp $ # DISTNAME= pcb-${SNAPDATE} @@ -20,6 +20,9 @@ SNAPDATE= 20050609 GNU_CONFIGURE= yes USE_TOOLS+= bison gm4:run gmake lex +# needed for XWarpPointer in action.c +LIBS+= -lX11 + INFO_FILES= pcb.info .include "../../mk/bsd.prefs.mk" |