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-config-i386-fbsd64.mh | |
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-config-i386-fbsd64.mh')
-rw-r--r-- | devel/gdb/files/patch-gdb-config-i386-fbsd64.mh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/gdb/files/patch-gdb-config-i386-fbsd64.mh b/devel/gdb/files/patch-gdb-config-i386-fbsd64.mh deleted file mode 100644 index 80f5becb3dea..000000000000 --- a/devel/gdb/files/patch-gdb-config-i386-fbsd64.mh +++ /dev/null @@ -1,10 +0,0 @@ ---- gdb/config/i386/fbsd64.mh.orig 2011-09-23 03:15:43.254648862 +0100 -+++ gdb/config/i386/fbsd64.mh 2011-09-23 03:14:06.843804785 +0100 -@@ -1,6 +1,6 @@ - # Host: FreeBSD/amd64 - NATDEPFILES= fork-child.o inf-ptrace.o \ -- fbsd-nat.o amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o \ -+ fbsd-nat.o i386-nat.o amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o \ - bsd-kvm.o - - LOADLIBES= -lkvm |