Update packages for xbps-src>=53: use configure_args, get rid of CONFIGURE_SHARED_ARGS.

This commit is contained in:
Juan RP
2013-05-26 10:41:55 +02:00
parent 633f5d2fbb
commit 3d8593b009
52 changed files with 214 additions and 230 deletions

View File

@@ -21,7 +21,7 @@ pre_configure() {
do_configure() {
# configure ghostscript
./configure ${CONFIGURE_SHARED_ARGS} --enable-dynamic --with-ijs \
./configure ${configure_args} --enable-dynamic --with-ijs \
--with-jbig2dec --with-omni --with-x --with-drivers=ALL \
--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
--with-install-cups --enable-fontconfig --enable-freetype \
@@ -32,7 +32,7 @@ do_configure() {
sed -i -e "s|AM_PROG_CC_STDC|AC_PROG_CC|g" ijs/configure.ac
cd ijs
./autogen.sh
./configure ${CONFIGURE_SHARED_ARGS} --enable-shared --disable-static
./configure ${configure_args} --enable-shared --disable-static
}
do_build() {