gmime3: Fix for ppc
This commit is contained in:
parent
9ba00f1b70
commit
4968bae799
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gmime3'
|
# Template file for 'gmime3'
|
||||||
pkgname=gmime3
|
pkgname=gmime3
|
||||||
version=3.2.3
|
version=3.2.3
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="gmime-${version}"
|
wrksrc="gmime-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -23,7 +23,7 @@ build_options="gir vala"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686|x86_64|armv?l*|aarch64*)
|
i686|x86_64|armv?l*|aarch64*|ppc|ppc-musl)
|
||||||
configure_args+=" am_cv_func_iconv=yes am_cv_func_iconv_works=yes"
|
configure_args+=" am_cv_func_iconv=yes am_cv_func_iconv_works=yes"
|
||||||
configure_args+=" am_cv_lib_iconv=no ac_cv_have_iconv_detect_h=yes"
|
configure_args+=" am_cv_lib_iconv=no ac_cv_have_iconv_detect_h=yes"
|
||||||
configure_args+=" am_cv_proto_iconv_arg1="
|
configure_args+=" am_cv_proto_iconv_arg1="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue