diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-10-23 23:53:39 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-10-23 23:53:39 +0800 |
commit | 34e555714096a8da20bb049a438dc2df7b729e10 (patch) | |
tree | 43809d8fd9ecd3dc524d089b157c13f5e6afa881 /net/ortp | |
parent | 90ad195c6d846c42d41dacdb5ebc670af717ae77 (diff) | |
download | freebsd-ports-gnome-34e555714096a8da20bb049a438dc2df7b729e10.tar.gz freebsd-ports-gnome-34e555714096a8da20bb049a438dc2df7b729e10.tar.zst freebsd-ports-gnome-34e555714096a8da20bb049a438dc2df7b729e10.zip |
Add USES=compiler:c11 because this port uses stdatomic.h.
PR: 232561
Submitted by: pkubaj@anongoth.pl
Diffstat (limited to 'net/ortp')
-rw-r--r-- | net/ortp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index f2f7e72e2aad..0a40009e5434 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libbctoolbox.so:net/bctoolbox -USES= cmake:outsource +USES= cmake:outsource compiler:c11 USE_LDCONFIG= yes CMAKE_ARGS= -DENABLE_DOC=NO -DENABLE_STATIC=NO -DENABLE_STRICT=NO |