netpgp: rebuild for musl (ignore -Werror=cpp warnings from sys/cdefs.h).

This commit is contained in:
Juan RP 2016-05-02 09:10:23 +02:00
parent 99e51196a8
commit 6bd4f8e82f

View file

@ -1,7 +1,7 @@
# Template file for 'netpgp'
pkgname=netpgp
version=20140220
revision=7
revision=8
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="zlib-devel bzip2-devel libressl-devel"
@ -12,6 +12,8 @@ homepage="http://www.netbsd.org"
distfiles="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/netpgp-${version}.tar.gz"
checksum=fbe403f037376a40afd19bc8a1786b55b67cf8092a723ef36a61d99260b66dbf
CFLAGS="-Wno-error=cpp"
pre_configure() {
autoreconf -fi
}