Module Name:    src
Committed By:   christos
Date:           Sun Oct 30 00:11:28 UTC 2011

Modified Files:
        src/external/gpl3/gdb/bin/psim: Makefile

Log Message:
psim on ppc64 needs libz


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/bin/psim/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/psim/Makefile
diff -u src/external/gpl3/gdb/bin/psim/Makefile:1.1 src/external/gpl3/gdb/bin/psim/Makefile:1.2
--- src/external/gpl3/gdb/bin/psim/Makefile:1.1	Sat Oct  8 21:59:31 2011
+++ src/external/gpl3/gdb/bin/psim/Makefile	Sat Oct 29 20:11:28 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2011/10/09 01:59:31 christos Exp $
+#	$NetBSD: Makefile,v 1.2 2011/10/30 00:11:28 christos Exp $
 
 NOMAN=	# defined
 
@@ -44,8 +44,8 @@ LIBIBERTYDIR!=	cd ${.CURDIR}/../../lib/l
 LDADD+=		-L${LIBIBERTYDIR} -liberty
 DPADD+=		${LIBIBERTYDIR}/libiberty.a
 
-LDADD+=		-lintl
-DPADD+=		${LIBINTL}
+LDADD+=		-lintl -lz
+DPADD+=		${LIBINTL} ${LIBZ}
 
 CLEANFILES+=	version.c
 

Reply via email to