freebsd-ports/net/openbgpd/files/patch-bgpctl_Makefile
Stefan Walter 073943d1f3 - Update to 4.2.
- Provide LINK_STATE_IS_UP macros that is missing in FreeBSD.
- Disable CARP demotion: FreeBSD has no support for it.
- Disable check for the routing table number: FreeBSD has single routing table
  now.
- Disable route labeling: FreeBSD has no support for it.

PR:		121831
Submitted by:	Matthieu Guegan <matthieu@virtua.ch>
Approved by:	maintainer timeout (9 months)
2008-12-17 15:58:32 +00:00

10 lines
384 B
Text

--- bgpctl/Makefile 2007-03-03 12:45:30.000000000 +0100
+++ bgpctl/Makefile 2008-03-18 13:27:29.000000000 +0100
@@ -6,6 +6,7 @@
SRCS= bgpctl.c parser.c buffer.c imsg.c util.c
SRCS+= irrfilter.c whois.c irr_asset.c irr_prefix.c irr_output.c
SRCS+= irr_parser.c
+SRCS+= fmt_scaled.c
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations