diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-02-25 11:57:56 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-02-25 11:57:56 +0000 |
commit | d76533a4f1f24149ecfbecf9bdf4518464dbdbc9 (patch) | |
tree | 093e31e4d15581d71f740cfad5bb0a8dbce245e1 /devel/gdb/files/patch-gdb-configure | |
parent | Upgrade to version 4.6.4. (diff) |
- Adds HW watchpoint support for amd64, closing ports/160930 (thanks to Ben Morrow)
- Adds a symbolic link executable with the version suffix to support tools without debugger configuration (like devel/nemiver)
- Bump PORTREVISION due to track changes to options and pkg-plist
PR: ports/165357
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
Approved by: gabor (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=292213
Diffstat (limited to 'devel/gdb/files/patch-gdb-configure')
-rw-r--r-- | devel/gdb/files/patch-gdb-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gdb/files/patch-gdb-configure b/devel/gdb/files/patch-gdb-configure index 6ee8b83083ab..2b9cf049470b 100644 --- a/devel/gdb/files/patch-gdb-configure +++ b/devel/gdb/files/patch-gdb-configure @@ -8,4 +8,4 @@ +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 + if test "$plugins" = "yes"; then |