Skip to content

Commit

Permalink
net/dhcp6: fix crossbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 22, 2017
1 parent c7c1ba3 commit bdc4433
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/dhcp6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ PORTDOCS= README

OPTIONS_DEFINE= DOCS

MAKE_JOBS_UNSAFE= yes

post-install:
cd ${WRKSRC} && ${INSTALL_DATA} \
dhcp6c.conf.sample dhcp6s.conf.sample \
Expand Down
10 changes: 10 additions & 0 deletions net/dhcp6/files/patch-cftoken.l
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- cftoken.l.orig 2016-12-19 08:16:42 UTC
+++ cftoken.l
@@ -1,5 +1,7 @@
/* $KAME: cftoken.l,v 1.35 2005/01/12 06:06:11 suz Exp $ */

+%option noyywrap
+
%{
/*
* Copyright (C) 2002 WIDE Project.

0 comments on commit bdc4433

Please sign in to comment.