global: fix cross.

This commit is contained in:
Leah Neukirchen 2017-05-29 14:04:33 +02:00
parent 61c2123133
commit 542973b139

View File

@ -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"