comparison core/attr/attr.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents ae55d9077f70
children ddab65a5b3f5
comparison
equal deleted inserted replaced
901:e2de15b7d2b1 902:a133976e0783
30 : ${LDFLAGS:=} 30 : ${LDFLAGS:=}
31 : ${LIBS:=} 31 : ${LIBS:=}
32 : ${NLS:=yes} 32 : ${NLS:=yes}
33 33
34 if [ "$NLS" = "yes" ]; then 34 if [ "$NLS" = "yes" ]; then
35 PKGDEPENDS="core/gettext $PKGDEPENDS" 35 PKGDEPENDS="gettext $PKGDEPENDS"
36 with_nls="--enable-nls" 36 with_nls="--enable-nls"
37 else 37 else
38 with_nls="--disable-nls" 38 with_nls="--disable-nls"
39 fi 39 fi
40 40