mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
mutt: get rid of unnecessary cross workarounds.
This commit is contained in:
parent
23df9cdaaa
commit
35eff1dcf2
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mutt'
|
# Template file for 'mutt'
|
||||||
pkgname=mutt
|
pkgname=mutt
|
||||||
version=1.5.24
|
version=1.5.24
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache
|
configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache
|
||||||
--enable-gpgme --with-regex --with-idn --with-ssl --with-sasl
|
--enable-gpgme --with-regex --with-idn --with-ssl --with-sasl
|
||||||
|
@ -39,9 +39,6 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
find -name Makefile -exec sed \
|
|
||||||
-e 's,-I/usr/include,,g' \
|
|
||||||
-e 's,${prefix}/include,,g' -i {} \;
|
|
||||||
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS= mutt_md5
|
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS= mutt_md5
|
||||||
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS= -C doc
|
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS= -C doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue