summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-03-30 06:27:35 +0000
committersalo <salo@pkgsrc.org>2005-03-30 06:27:35 +0000
commitc165d14ce9fdfc06281aa8a60ff9175f4e7d5ea3 (patch)
tree7e0105a179eb3db1b0d163de6c5dd5ace06da1ed /devel
parentc4d3764ae9fb785f1cf848a31ae31cf12cb9a3b5 (diff)
downloadpkgsrc-c165d14ce9fdfc06281aa8a60ff9175f4e7d5ea3.tar.gz
Pullup ticket 399 - requested by Dan McMahill
portability fix for gdb Revisions pulled up: - pkgsrc/devel/gdb/Makefile 1.19 Module Name: pkgsrc Committed By: dmcmahill Date: Tue Mar 29 00:55:43 UTC 2005 Modified Files: pkgsrc/devel/gdb: Makefile Log Message: make sure LDFLAGS gets followed when linking gdb. Fixes a problem with libintl and libiconv not being found on solaris.
Diffstat (limited to 'devel')
-rw-r--r--devel/gdb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index 063cec1efba..d4b54b1dfba 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/10/03 00:13:27 tv Exp $
+# $NetBSD: Makefile,v 1.18.4.1 2005/03/30 06:27:35 salo Exp $
#
DISTNAME= gdb-5.3
@@ -19,6 +19,7 @@ REPLACE_LOCALEDIR_PATTERNS+= Make-in
INSTALL_TARGET= install install-info
TEST_TARGET= check
INFO_FILES= bfd.info gdb.info gdbint.info mmalloc.info stabs.info
+CONFIGURE_ENV+= CONFIG_LDFLAGS=${LDFLAGS:Q}
.include "../../mk/bsd.prefs.mk"