diff options
Diffstat (limited to 'net/openbgpd/files/patch-bgpd_Makefile')
-rw-r--r-- | net/openbgpd/files/patch-bgpd_Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/net/openbgpd/files/patch-bgpd_Makefile b/net/openbgpd/files/patch-bgpd_Makefile index ddf18aa51b30..fc2701497ef1 100644 --- a/net/openbgpd/files/patch-bgpd_Makefile +++ b/net/openbgpd/files/patch-bgpd_Makefile @@ -1,10 +1,5 @@ -Index: bgpd/Makefile -=================================================================== -RCS file: /home/cvs/private/hrs/openbgpd/bgpd/Makefile,v -retrieving revision 1.1.1.2 -diff -u -p -r1.1.1.2 Makefile ---- bgpd/Makefile 9 Jul 2009 16:49:54 -0000 1.1.1.2 -+++ bgpd/Makefile 16 May 2014 00:42:48 -0000 +--- bgpd/Makefile.orig 2013-02-21 19:20:05.000000000 +0000 ++++ bgpd/Makefile 2013-02-21 19:20:54.000000000 +0000 @@ -1,15 +1,25 @@ # $OpenBSD: Makefile,v 1.28 2009/06/25 14:14:54 deraadt Exp $ @@ -16,9 +11,8 @@ diff -u -p -r1.1.1.2 Makefile -SRCS= bgpd.c buffer.c session.c log.c parse.y config.c imsg.c \ +SRCS= bgpd.c session.c log.c parse.y config.c \ rde.c rde_rib.c rde_decide.c rde_prefix.c mrt.c kroute.c \ -- control.c pfkey.c rde_update.c rde_attr.c printconf.c \ + control.c pfkey.c rde_update.c rde_attr.c printconf.c \ - rde_filter.c pftable.c name2id.c util.c carp.c timer.c -+ control.c pfkey_compat.c rde_update.c rde_attr.c printconf.c \ + rde_filter.c pftable.c name2id.c util.c carp.c timer.c \ + imsg.c imsg-buffer.c CFLAGS+= -Wall -I${.CURDIR} |