diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-20 06:26:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-20 06:26:02 +0000 |
commit | c6c5703ddfd101a5017c0853ede777ce7596207c (patch) | |
tree | b1f07044f7d2d195f3b2efb4e5aeae912f8cac7f | |
parent | USES=compiler:c11 is necessary to build on GCC-based architectures. (diff) |
USES=compiler:c11 is necessary to build on GCC-based architectures.
PR: 233929
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=487845
-rw-r--r-- | net/opal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 423971a0a131..d245c43b32bc 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -14,7 +14,7 @@ LICENSE= MPL10 LIB_DEPENDS= libpt.so:devel/ptlib -USES= gmake pathfix pkgconfig tar:xz +USES= compiler:c11 gmake pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes |