diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-04-27 06:40:02 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-04-27 06:40:02 +0800 |
commit | 240c1eba2214cde529c67780ec179f281bd2213c (patch) | |
tree | d4d554a330d37348046b588f128d121a6aa1a2eb /net-mgmt | |
parent | 67e1328abdc87078980418cde9f64ba7cfc4353e (diff) | |
download | freebsd-ports-gnome-240c1eba2214cde529c67780ec179f281bd2213c.tar.gz freebsd-ports-gnome-240c1eba2214cde529c67780ec179f281bd2213c.tar.zst freebsd-ports-gnome-240c1eba2214cde529c67780ec179f281bd2213c.zip |
Fix build on 6.X
PR: ports/80374
Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 7fafe4fd0f00..9429245cb58d 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -79,7 +79,7 @@ PLIST_SUB+= shlib=${SHLIB_VERSION} .include <bsd.port.pre.mk> .if ${OSVERSION} >= 600000 -BROKEN= "Does not build on FreeBSD >= 6.x" +CFLAGS+= -Dfreebsd5 .endif .if ${OSVERSION} >= 400014 |