Module Name: src Committed By: christos Date: Thu Oct 3 18:06:11 UTC 2013
Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: need more includes and libraries. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/bin/gdb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gdb/bin/gdb/Makefile diff -u src/external/gpl3/gdb/bin/gdb/Makefile:1.6 src/external/gpl3/gdb/bin/gdb/Makefile:1.7 --- src/external/gpl3/gdb/bin/gdb/Makefile:1.6 Sun Aug 4 19:41:43 2013 +++ src/external/gpl3/gdb/bin/gdb/Makefile Thu Oct 3 14:06:11 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/08/04 23:41:43 matt Exp $ +# $NetBSD: Makefile,v 1.7 2013/10/03 18:06:11 christos Exp $ .include <bsd.own.mk> .include "../Makefile.inc" @@ -12,6 +12,7 @@ SRCS= gdb.c CPPFLAGS+= -I${.CURDIR} \ -I${GDBARCHDIR} \ -I${DIST}/gdb \ + -I${DIST}/gdb/common \ -I${DIST}/gdb/config \ -I${DIST}/include/opcode \ -I${DIST} \ @@ -80,8 +81,8 @@ DPADD+= ${LIBOPCODESDIR}/libopcodes.a \ ${LIBTERMINFO} \ ${LIBIBERTYDIR}/libiberty.a -LDADD+= -lz -lcurses -lintl -lm -lkvm -DPADD+= ${LIBZ} ${LIBCURSES} ${LIBINTL} ${LIBM} ${LIBKVM} +LDADD+= -lexpat -llzma -lz -lcurses -lintl -lm -lkvm +DPADD+= ${LIBEXPAT} ${LIBLZMA} ${LIBZ} ${LIBCURSES} ${LIBINTL} ${LIBM} ${LIBKVM} LDADD+= -lpthread_dbg