cwen 0692573dca libiscsi: fix data segment length comparison to unsigned long
This allows libiscsi to be built on macppc and i386. Also,don't build
with `-Werror'. Hints by sthen@ and jca@ (thanks!).

OK sthen@, "go ahead" Brad (maintainer)
2020-01-29 11:17:29 +00:00

30 lines
528 B
Makefile

# $OpenBSD: Makefile,v 1.7 2020/01/29 11:17:29 cwen Exp $
COMMENT= client-side library to implement the iSCSI protocol
GH_ACCOUNT= sahlberg
GH_PROJECT= libiscsi
GH_TAGNAME= 1.19.0
REVISION= 0
CATEGORIES= devel net
SHARED_LIBS= iscsi 2.0
HOMEPAGE= https://github.com/sahlberg/libiscsi
MAINTAINER= Brad Smith <brad@comstyle.com>
# LGPLv2.1+, GPLv2+ and PD
PERMIT_PACKAGE= Yes
WANTLIB= c
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.16
CONFIGURE_STYLE= autoreconf
CONFIGURE_ARGS+= --disable-werror
.include <bsd.port.mk>