aboutsummaryrefslogtreecommitdiff
path: root/net/dhcp6/files
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2018-08-16 01:06:56 +0000
committerCraig Leres <leres@FreeBSD.org>2018-08-16 01:06:56 +0000
commit4dd2b7b3e8db8f63f2bd42b428553a68f2fd6dbe (patch)
tree19f2c771d320e3fa0b66a7f4091d93f7f82cde46 /net/dhcp6/files
parent06c8d543ff4c2f506a7db5bea7227a3da88b500b (diff)
downloadports-4dd2b7b3e8db8f63f2bd42b428553a68f2fd6dbe.tar.gz
ports-4dd2b7b3e8db8f63f2bd42b428553a68f2fd6dbe.zip
Notes
Diffstat (limited to 'net/dhcp6/files')
-rw-r--r--net/dhcp6/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dhcp6/files/patch-Makefile.in b/net/dhcp6/files/patch-Makefile.in
new file mode 100644
index 000000000000..d7651c68549c
--- /dev/null
+++ b/net/dhcp6/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2017-02-28 19:06:15 UTC
++++ Makefile.in
+@@ -77,7 +77,7 @@ cfparse.c y.tab.h: cfparse.y
+ @YACC@ -d cfparse.y
+ mv y.tab.c cfparse.c
+
+-cftoken.c: cftoken.l y.tab.h
++cftoken.c: cftoken.l cfparse.c
+ @LEX@ cftoken.l
+ mv lex.yy.c $@
+