mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
global: fix cross.
This commit is contained in:
parent
61c2123133
commit
542973b139
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ pkgname=global
|
||||||
version=6.5.7
|
version=6.5.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-exuberant-ctags=/usr/bin/ctags"
|
configure_args="--disable-static --with-exuberant-ctags=/usr/bin/ctags
|
||||||
|
ac_cv_posix1_2008_realpath=yes"
|
||||||
depends="ctags"
|
depends="ctags"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Source code tagging system that works across diverse environments"
|
short_desc="Source code tagging system that works across diverse environments"
|
||||||
|
|
Loading…
Add table
Reference in a new issue