Make packages build again. Partially addresses PR pkg/52851.
This commit is contained in:
parent
69f2594007
commit
58fcaf2001
3 changed files with 6 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2018/12/13 19:52:20 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2019/01/24 16:46:21 perseant Exp $
|
||||
|
||||
DISTNAME= opensaml-2.5.5
|
||||
PKGREVISION= 8
|
||||
|
@ -10,7 +10,7 @@ HOMEPAGE= http://www.opensaml.org/
|
|||
COMMENT= Security Assertion Markup Language (SAML)
|
||||
LICENSE= apache-2.0
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LANGUAGES= c c++11
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-doxygen-doc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.31 2018/12/13 19:52:24 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2019/01/24 16:46:21 perseant Exp $
|
||||
|
||||
DISTNAME= xmltooling-1.5.6
|
||||
PKGREVISION= 8
|
||||
|
@ -10,9 +10,7 @@ HOMEPAGE= http://shibboleth.net/
|
|||
COMMENT= High level interface for XML processing library
|
||||
LICENSE= apache-2.0
|
||||
|
||||
BROKEN= xerces-c needs C++11, but xmltooling does not support this yet
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LANGUAGES= c c++11
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-doxygen-doc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2018/12/13 19:52:26 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2019/01/24 16:46:21 perseant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= shibboleth-sp-2.5.5
|
||||
|
@ -21,7 +21,7 @@ EGDIR= ${PREFIX}/share/examples/shibboleth
|
|||
SHIB_CONFDIR= ${PKG_SYSCONFDIR}/shibboleth
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LANGUAGES= c c++11
|
||||
|
||||
CFLAGS.SunOS+= -fpermissive
|
||||
|
||||
|
|
Loading…
Reference in a new issue