emacs/build:

- configure with out libjpeg if OS is Linux
This commit is contained in:
2015-05-06 15:26:36 +02:00
parent 5dba269ca3
commit 575704d8ec

View File

@@ -19,6 +19,11 @@ Darwin )
cp -rv "${MODULE_BUILDDIR}"/nextstep/Emacs.app "${PREFIX}"
}
;;
Linux )
# with 24.5 configure complains about missing libjpeg even it
# is installed!
configure_args='--with-jpeg=no'
;;
*)
;;
esac
@@ -32,7 +37,7 @@ function em.configure() {
}
function em.post_install() {
mkdir "${PREFIX}/bin"
mkdir -p "${PREFIX}/bin"
cat > "${PREFIX}/bin/Emacs" <<\EOF
#!/bin/bash