diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2018-09-25 08:38:15 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2018-09-25 08:38:15 +0000 |
commit | 78850f513770b8b11dff363119a9c18763d829c6 (patch) | |
tree | ce1e0300ebb688194ad103398e41798dafb46be9 /net/openpgm | |
parent | 4e808fb551fb1f3afeb8e0e5d00fd11126a45bbe (diff) |
Notes
Diffstat (limited to 'net/openpgm')
-rw-r--r-- | net/openpgm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/openpgm/Makefile b/net/openpgm/Makefile index 0c69fe4e2366..0d44c35b3fee 100644 --- a/net/openpgm/Makefile +++ b/net/openpgm/Makefile @@ -13,13 +13,11 @@ COMMENT= Implementation of the PGM reliable multicast protocol LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: socket.c: internal compiler error: in extract_insn, at recog.c - USE_GITHUB= yes GH_ACCOUNT= steve-o GNU_CONFIGURE= yes -USES= autoreconf pathfix perl5 libtool python:build +USES= autoreconf compiler:c11 pathfix perl5 libtool python:build USE_PERL5= build USE_LDCONFIG= yes WRKSRC_SUBDIR= openpgm/pgm |