freebsd-ports/net/libiscsi/Makefile
Piotr Kubaj b5ed3382dd net/libiscsi: fix build on GCC architectures
Use newer GCC to support missing flags:
cc1: error: unrecognized command line option "-Wno-unknown-warning-option"
cc1: error: unrecognized command line option "-Wno-stringop-truncation"
2020-06-06 04:03:08 +00:00

25 lines
487 B
Makefile

# Created by: M. Birgmeier
# $FreeBSD$
PORTNAME= libiscsi
DISTVERSION= 1.19.0
CATEGORIES= net
MAINTAINER= d8zNeCFG@aon.at
COMMENT= Client-side library to implement the iSCSI protocol
LICENSE= LGPL21+ GPLv2+
LICENSE_COMB= multi
LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENCE-LGPL-2.1.txt
LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENCE-GPL-2.txt
USES= autoreconf compiler:c11 libtool pathfix
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= sahlberg
GNU_CONFIGURE= yes
.include <bsd.port.mk>