diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-06 19:25:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-06 19:25:09 +0000 |
commit | aa31f9d9e224db4b46913d9a38b6a7cb2b69f37c (patch) | |
tree | 85fcb621483257553a314f865389a9e8548b5e20 /devel/gdb/Makefile | |
parent | 279137b7abf93c52b0018b38068eef2ebba67b90 (diff) | |
download | pkgsrc-aa31f9d9e224db4b46913d9a38b6a7cb2b69f37c.tar.gz |
Some changes take a long time. This package had been broken since two
years. The fix was trivially copied from devel/coconut, which had the
same problem concerning an "invalid lvalue in increment".
Diffstat (limited to 'devel/gdb/Makefile')
-rw-r--r-- | devel/gdb/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 69cd5f52802..79ffeb44b23 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2007/07/03 12:41:18 lkundrak Exp $ +# $NetBSD: Makefile,v 1.35 2008/01/06 19:25:09 rillig Exp $ # DISTNAME= gdb-5.3 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html COMMENT= Symbolic debugger for multiple language frontends -BROKEN_IN= pkgsrc-2005Q4 pkgsrc-2006Q1 pkgsrc-2006Q4 - NOT_FOR_PLATFORM= Darwin-*-* BROKEN_GETTEXT_DETECTION= yes @@ -22,7 +20,7 @@ USE_TOOLS+= gmake msgfmt REPLACE_LOCALEDIR_PATTERNS+= Make-in INSTALL_TARGET= install install-info TEST_TARGET= check -INFO_FILES= # PLIST.common +INFO_FILES= yes CONFIGURE_ENV+= CONFIG_LDFLAGS=${LDFLAGS:M*:Q} .include "../../mk/bsd.prefs.mk" |