summaryrefslogtreecommitdiff
path: root/devel/gdb6/patches/patch-bh
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-03-14 00:47:50 +0000
committerjoerg <joerg@pkgsrc.org>2006-03-14 00:47:50 +0000
commit5990e8bba48ff57e176048253be00bcafffe7482 (patch)
tree8e4ff9ca054fe188a379cb70cd7a389aa73f2e95 /devel/gdb6/patches/patch-bh
parentac82f444d034e69cad93048123c7c57f73eb1340 (diff)
downloadpkgsrc-5990e8bba48ff57e176048253be00bcafffe7482.tar.gz
Add DragonFly support. Hack around gettext brokeness. Since it is
easier to patch the output of autoconf, also create gdb/configure with the changes from configure.in directly, removing the build dependency on autoconf.
Diffstat (limited to 'devel/gdb6/patches/patch-bh')
-rw-r--r--devel/gdb6/patches/patch-bh12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gdb6/patches/patch-bh b/devel/gdb6/patches/patch-bh
new file mode 100644
index 00000000000..dd7d23f5337
--- /dev/null
+++ b/devel/gdb6/patches/patch-bh
@@ -0,0 +1,12 @@
+$NetBSD: patch-bh,v 1.1 2006/03/14 00:47:50 joerg Exp $
+
+--- gdb/configure.tgt.orig 2006-03-01 00:40:30.000000000 +0000
++++ gdb/configure.tgt
+@@ -40,6 +40,7 @@ case "${target}" in
+
+ x86_64-*-freebsd*) gdb_target=fbsd64 ;;
+ *-*-freebsd*) gdb_target=fbsd ;;
++*-*-dragonfly*) gdb_target=fbsd ;;
+
+ alpha*-*-osf*) gdb_target=alpha-osf1 ;;
+ alpha*-*-linux*) gdb_target=alpha-linux ;;