libtasn1: requires `-std=gnu99' to be built with base-gcc.

OK aja@ (maintainer)
This commit is contained in:
cwen 2019-11-24 10:25:52 +00:00
parent 6711443c29
commit 3240842ef8

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.48 2019/11/23 12:13:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.49 2019/11/24 10:25:52 cwen Exp $
COMMENT= Abstract Syntax Notation One structure parser library
DISTNAME= libtasn1-4.15.0
CATEGORIES= security
REVISION= 0
SHARED_LIBS += tasn1 4.1 # 11.7
@ -20,6 +21,9 @@ MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
CONFIGURE_STYLE= gnu
# Allow building with base-gcc
CFLAGS += -std=gnu99
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>