0a3ec058c4
this therefore was not building. PKGREVISION++. While in theory it could be left enabled for earlier NetBSD releases, there really isn't any point.
21 lines
636 B
Text
21 lines
636 B
Text
$NetBSD: patch-aa,v 1.5 2013/12/08 03:55:43 dholland Exp $
|
|
|
|
--- src/configs/netbsd.orig 2004-07-10 22:21:01.000000000 +0200
|
|
+++ src/configs/netbsd
|
|
@@ -11,8 +11,8 @@ mantype bsd42
|
|
|
|
cc cc
|
|
#cflags -g
|
|
-cwflags -W -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow
|
|
-cflags -O -g
|
|
+#cwflags -W -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow
|
|
+cflags -O -g -DUSE_MMAP
|
|
|
|
ldflags -lkvm
|
|
|
|
@@ -40,4 +40,4 @@ path_pid /var/run/%s.pid
|
|
path_version /var/run/%s.version
|
|
path_unix /netbsd
|
|
|
|
-protocols bgp egp hello icmp rip ospf iso slsp isis rdisc
|
|
+protocols bgp egp icmp rip ospf slsp rdisc
|