Set configure_shell to /bin/bash again. Too many portability errors are found and I
do not want to deal with all them. This is linux anyway... --HG-- extra : convert_revision : 18109137f3c1beccd2d78076438fb1b0e58fafc6
This commit is contained in:
parent
2a9c634fde
commit
9cb1130619
@ -79,7 +79,7 @@ configure_src_phase()
|
||||
set_build_vars
|
||||
|
||||
if [ -z "${configure_shell}" ]; then
|
||||
configure_shell=/bin/sh
|
||||
configure_shell=/bin/bash
|
||||
fi
|
||||
|
||||
#
|
||||
|
@ -6,7 +6,6 @@ version=${_distver}.${_distverpatch}
|
||||
wrksrc=${pkgname}-${_distver}-${_distverpatch}
|
||||
distfiles="ftp://ftp.imagemagick.org/pub/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_shell=/bin/bash
|
||||
configure_args="--without-gslib --without-jp2 --without-autotrace
|
||||
--without-djvu --without-dps --without-fpx --without-gvc --without-jbig
|
||||
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
||||
|
@ -4,7 +4,6 @@ sourcepkg=$pkgname
|
||||
version=2.2.16
|
||||
distfiles="http://linux.dell.com/$pkgname/download/$pkgname/$pkgname-$version/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_shell=/bin/bash
|
||||
configure_args="--disable-static --disable-python"
|
||||
short_desc="Library for SMBIOS access"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -4,7 +4,6 @@ sourcepkg=$pkgname
|
||||
version=1.6.1
|
||||
distfiles="${XORG_SITE}/xserver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_shell=/bin/bash
|
||||
configure_args="--enable-xf86bigfont --enable-multibuffer --enable-record
|
||||
--enable-glx-tls --enable-xcalibrate --localstatedir=/var
|
||||
--disable-static --enable-config-dbus --sysconfdir=/etc/X11
|
||||
|
Loading…
Reference in New Issue
Block a user