Updated to latest stable version: 1.4.3.
This package now builds successfully! yay!
This commit is contained in:
parent
58eee81455
commit
657e693c88
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/01/18 04:30:16 tnn2 Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/02/09 20:12:31 othyro Exp $
|
||||
|
||||
DISTNAME= libzrtpcpp-0.9.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= libzrtpcpp-1.4.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
|
||||
|
||||
|
@ -16,10 +15,12 @@ USE_LANGUAGES+= c c++ fortran
|
|||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${BUILDLINK_PREFIX.openssl}/include/openssl
|
||||
CPPFLAGS+= -I${BUILDLINK_PREFIX.commoncpp2}/include/cc++2
|
||||
PKG_DESTDIR_SUPPORT= destdir
|
||||
|
||||
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i
|
||||
|
||||
.include "../../wip/ccrtp/buildlink3.mk"
|
||||
.include "../../wip/commoncpp2/buildlink3.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../security/libgcrypt/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue