devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / gdb / Makefile
1 # $NetBSD: Makefile,v 1.38 2011/03/05 09:14:23 obache Exp $
2 #
3
4 DISTNAME=       gdb-5.3
5 PKGREVISION=    6
6 CATEGORIES=     devel
7 MASTER_SITES=   ${MASTER_SITE_GNU:=gdb/}
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://www.gnu.org/software/gdb/gdb.html
11 COMMENT=        Symbolic debugger for multiple language frontends
12
13 NOT_FOR_PLATFORM=       Darwin-*-* DragonFly-*-* NetBSD-*-x86_64
14
15 PKG_DESTDIR_SUPPORT=    user-destdir
16
17 BROKEN_GETTEXT_DETECTION=       yes
18 GNU_CONFIGURE=          YES
19 USE_PKGLOCALEDIR=       YES
20 USE_LIBTOOL=            YES
21 USE_TOOLS+=             gmake msgfmt
22 REPLACE_LOCALEDIR_PATTERNS+=    Make-in
23 INSTALL_TARGET=         install install-info
24 TEST_TARGET=            check
25 INFO_FILES=             yes
26 CONFIGURE_ENV+=         CONFIG_LDFLAGS=${LDFLAGS:M*:Q}
27
28 .include "../../mk/bsd.prefs.mk"
29
30 .if ${OPSYS} == "SunOS"
31 # Work around a bug in gdb's configure
32 CONFIGURE_ENV+=         ac_cv_header_curses_h=yes
33 .endif
34
35 .include "../../devel/gettext-lib/buildlink3.mk"
36 .include "../../mk/bsd.pkg.mk"