add -lX11 explicitly to LIBS. On the next release this will be fixed
in the upstream sources.
This commit is contained in:
parent
424b7271dd
commit
4b920cad3d
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue