summaryrefslogtreecommitdiff
path: root/devel/gdb/files/patch-gdb-configure
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-01-27 09:38:15 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-01-27 09:38:15 +0000
commit518a404a99cb5010d023f9ddb11eb3e1751ef82e (patch)
tree6d123277dcaed0bdea2dd231cc4b388f9009fb16 /devel/gdb/files/patch-gdb-configure
parent- Update to 1.3.0 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=289869
Diffstat (limited to 'devel/gdb/files/patch-gdb-configure')
-rw-r--r--devel/gdb/files/patch-gdb-configure11
1 files changed, 11 insertions, 0 deletions
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) <PLUGINS>.
+ if test "$plugins" = "yes"; then \ No newline at end of file