diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-08-24 02:54:50 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-08-24 02:54:50 +0000 |
commit | f8685c3d74cf5150a31c37a4c5127abfcc7f1e39 (patch) | |
tree | 986c4023ac6d37056044fad5a26799686f3493e5 /devel/gdb/files/patch-gdb-configure | |
parent | Fix some OptionsNG conversion typos. (diff) |
- Update to 7.5
- Remove patches integrated upstream
PR: ports/170913
Submitted by: Luca Pizzammiglio <luca.pizzamiglio@gmail.com> (maintainer)
Approved by: eadler (mentor)
Notes
Notes:
svn path=/head/; revision=303052
Diffstat (limited to 'devel/gdb/files/patch-gdb-configure')
-rw-r--r-- | devel/gdb/files/patch-gdb-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gdb/files/patch-gdb-configure b/devel/gdb/files/patch-gdb-configure deleted file mode 100644 index 2b9cf049470b..000000000000 --- a/devel/gdb/files/patch-gdb-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |