pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/pcb-current add -lX11 explicitly to LIBS. On the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/56f2f04da114
branches: trunk
changeset: 498225:56f2f04da114
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Tue Aug 16 22:04:46 2005 +0000
description:
add -lX11 explicitly to LIBS. On the next release this will be fixed
in the upstream sources.
diffstat:
cad/pcb-current/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 4a485c021331 -r 56f2f04da114 cad/pcb-current/Makefile
--- a/cad/pcb-current/Makefile Tue Aug 16 22:02:10 2005 +0000
+++ b/cad/pcb-current/Makefile Tue Aug 16 22:04:46 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index