From 518a404a99cb5010d023f9ddb11eb3e1751ef82e Mon Sep 17 00:00:00 2001 From: Michael Scheidell Date: Fri, 27 Jan 2012 09:38:15 +0000 Subject: - update to version 7.4 - adds devel/readline as mandatory dependency (the previous version is not compatible anymore) - fixes a problem with multihread applications (thanks Lee Thomas) - fixes a misconfiguration issue if the devel/binutils port is installed PR: ports/164521 Submitted by: maintainer Approved by: gabor (mentor, implicit) --- devel/gdb/files/patch-gdb-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/gdb/files/patch-gdb-configure (limited to 'devel/gdb/files/patch-gdb-configure') diff --git a/devel/gdb/files/patch-gdb-configure b/devel/gdb/files/patch-gdb-configure new file mode 100644 index 000000000000..6ee8b83083ab --- /dev/null +++ b/devel/gdb/files/patch-gdb-configure @@ -0,0 +1,11 @@ +--- gdb/configure.orig 2012-01-24 16:59:13.000000000 +0100 ++++ gdb/configure 2012-01-24 16:59:40.000000000 +0100 +@@ -15294,7 +15294,7 @@ + OLD_LDFLAGS=$LDFLAGS + OLD_LIBS=$LIBS + CFLAGS="$CFLAGS -I${srcdir}/../include -I../bfd -I${srcdir}/../bfd" +-LDFLAGS="$LDFLAGS -L../bfd -L../libiberty" ++LDFLAGS="-L../bfd -L../libiberty $LDFLAGS" + intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'` + # -ldl is provided by bfd/Makfile.am (LIBDL) . + if test "$plugins" = "yes"; then \ No newline at end of file -- cgit v1.2.3