mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
gdb: disable nls files that conflict with binutils, bumprev.
--HG-- extra : convert_revision : 43940cd61aceebb5ce97c0e5855e53a11bf6f8bf
This commit is contained in:
parent
2cd54b0e10
commit
9b6e40509d
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=7.0.1
|
version=7.0.1
|
||||||
|
revision=1
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
configure_args="--disable-nls"
|
||||||
short_desc="The GNU Debugger"
|
short_desc="The GNU Debugger"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=560c3fd0053ade6549e71bd045f70282feb88db73b35e401bbad601a311e3c1b
|
checksum=560c3fd0053ade6549e71bd045f70282feb88db73b35e401bbad601a311e3c1b
|
||||||
|
@ -28,7 +30,6 @@ Add_dependency run ncurses
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
Add_dependency build texinfo
|
Add_dependency build texinfo
|
||||||
Add_dependency build gettext
|
|
||||||
Add_dependency build ncurses-devel
|
Add_dependency build ncurses-devel
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
Add_dependency build python-devel
|
Add_dependency build python-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue