diff options
Diffstat (limited to 'net/librdkafka/Makefile')
-rw-r--r-- | net/librdkafka/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/librdkafka/Makefile b/net/librdkafka/Makefile index f947575b374c..62102ef3b31d 100644 --- a/net/librdkafka/Makefile +++ b/net/librdkafka/Makefile @@ -14,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips= fails to build: undefined reference to __sync_add_and_fetch_4 BROKEN_mips64= fails to build: undefined reference to __sync_add_and_fetch_4 -BROKEN_powerpc64= fails to build: cc: Internal error: Segmentation fault (program ld) BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= liblz4.so:archivers/liblz4 -USES= gmake ssl +USES= compiler:c11 gmake ssl USE_GITHUB= yes + GH_ACCOUNT= edenhill GNU_CONFIGURE= yes |