summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2005-08-16 22:04:46 +0000
committerdmcmahill <dmcmahill>2005-08-16 22:04:46 +0000
commit615f80f50611f5aa5bf69fdda24197bd36013028 (patch)
tree288c05994115e7d0062d065603e888f2e66af4e7 /cad
parente1297e3cc0b1e53476921dffb03414b08d728716 (diff)
downloadpkgsrc-615f80f50611f5aa5bf69fdda24197bd36013028.tar.gz
add -lX11 explicitly to LIBS. On the next release this will be fixed
in the upstream sources.
Diffstat (limited to 'cad')
-rw-r--r--cad/pcb-current/Makefile5
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"