summaryrefslogtreecommitdiff
path: root/devel/gdb6/patches/patch-bl
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdb6/patches/patch-bl')
-rw-r--r--devel/gdb6/patches/patch-bl13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/gdb6/patches/patch-bl b/devel/gdb6/patches/patch-bl
new file mode 100644
index 00000000000..631466ae59f
--- /dev/null
+++ b/devel/gdb6/patches/patch-bl
@@ -0,0 +1,13 @@
+$NetBSD: patch-bl,v 1.1 2006/03/14 00:47:50 joerg Exp $
+
+--- gdb/Makefile.in.orig 2006-03-13 23:43:10.000000000 +0000
++++ gdb/Makefile.in
+@@ -125,7 +125,7 @@ GDB_WERROR_CFLAGS = $(WERROR_CFLAGS)
+
+ # Where is the INTL library? Typically in ../intl.
+ INTL_DIR = ../intl
+-INTL = @INTLLIBS@
++INTL = -L${PREFIX}/lib -R${PREFIX}/lib -lintl
+ INTL_DEPS = @INTLDEPS@
+ INTL_SRC = $(srcdir)/$(INTL_DIR)
+ INTL_CFLAGS = -I$(INTL_DIR) -I$(INTL_SRC)