Update packages for xbps-src>=53: use configure_args, get rid of CONFIGURE_SHARED_ARGS.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user