diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 22:16:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 22:16:50 +0000 |
commit | 378be05b39e0bbdaa00c96c4738cb13596ef1f2f (patch) | |
tree | 1b2df8c09e0cb56901d85fbbb3eef88a094ae8c6 /net/l2tpd/Makefile | |
parent | 8cfa52471a8fbd3be3e1b6705490937971d05eba (diff) |
Notes
Diffstat (limited to 'net/l2tpd/Makefile')
-rw-r--r-- | net/l2tpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile index 69b2c59fa10d..2577029f9629 100644 --- a/net/l2tpd/Makefile +++ b/net/l2tpd/Makefile @@ -10,7 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/L2TPd/${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org COMMENT= Implementation of the layer two tunneling protocol -USES= compiler:nestedfct +BROKEN_armv6= fails to link: undefined reference to check_control + +USES= compiler:nestedfct PORTDOCS= README ETCDIR= ${PREFIX}/etc/l2tp |