diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index a323732365d..87cec7817ef 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb version=7.9 -revision=1 +revision=2 patch_args="-Np1" build_style=gnu-configure configure_args="--disable-werror --disable-nls --with-system-readline @@ -9,7 +9,6 @@ configure_args="--disable-werror --disable-nls --with-system-readline $(vopt_if static 'CFLAGS=-static') $(vopt_with python)" hostmakedepends="perl" makedepends="ncurses-devel zlib-devel readline-devel $(vopt_if python python-devel)" -conf_files="/etc/gdb/gdbinit" short_desc="The GNU Debugger" maintainer="Juan RP " homepage="http://www.gnu.org/software/gdb/"