diff options
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_Makefile')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl_Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_Makefile b/net/openbgpd/files/patch-bgpctl_Makefile new file mode 100644 index 000000000000..aa22b8ca803d --- /dev/null +++ b/net/openbgpd/files/patch-bgpctl_Makefile @@ -0,0 +1,15 @@ +--- bgpctl/Makefile 17 Aug 2006 16:46:38 -0000 1.7 ++++ bgpctl/Makefile 8 Feb 2007 10:32:19 -0000 +@@ -4,6 +4,7 @@ + + PROG= bgpctl + SRCS= bgpctl.c parser.c buffer.c imsg.c util.c ++SRCS+= fmt_scaled.c + CFLAGS+= -Wall + CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes + CFLAGS+= -Wmissing-declarations +Index: bgpctl.c +=================================================================== +RCS file: /cvs/src/usr.sbin/bgpctl/bgpctl.c,v +retrieving revision 1.110 +diff -u -p -r1.110 bgpctl.c |