summaryrefslogtreecommitdiff
path: root/devel/gdb6/Makefile
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
commita5f3be85943d18a0266b89d72ffdb8aec3d4a49b (patch)
tree8e4ff9ca054fe188a379cb70cd7a389aa73f2e95 /devel/gdb6/Makefile
parent5610097770f20136b2cdf44e5ea0bcc5a1b0c2c3 (diff)
downloadpkgsrc-a5f3be85943d18a0266b89d72ffdb8aec3d4a49b.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/Makefile')
-rw-r--r--devel/gdb6/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile
index e504467f6bc..e3b76d69048 100644
--- a/devel/gdb6/Makefile
+++ b/devel/gdb6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/05 16:27:24 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/03/14 00:47:50 joerg Exp $
#
DISTNAME= gdb-6.2.1
@@ -15,7 +15,7 @@ NOT_FOR_PLATFORM= Darwin-*-*
BUILD_USES_MSGFMT= yes
-USE_TOOLS+= autoconf213 gmake makeinfo
+USE_TOOLS+= gmake makeinfo
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_PKGLOCALEDIR= yes
@@ -33,9 +33,6 @@ INFO_FILES+= stabs.info standards.info
pre-patch:
${CP} ${FILESDIR}/nbsd-nat.c ${WRKSRC}/gdb
-pre-configure:
- cd ${WRKSRC}/gdb; autoheader; autoconf
-
do-test:
if ${PKG_INFO} -qe dejagnu; then \
(cd ${WRKSRC} && ${GMAKE} check); \