diff options
author | adrianp <adrianp> | 2007-11-11 21:24:24 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-11-11 21:24:24 +0000 |
commit | 727c472f46babe17f01878c07a4fc7ccce8ae04a (patch) | |
tree | 3702c9a827320a6d41e943e00d4589b8f25c90f5 /net/snort | |
parent | 0ebba1fb7fb45594e2146097357850d148aa5926 (diff) | |
download | pkgsrc-727c472f46babe17f01878c07a4fc7ccce8ae04a.tar.gz |
snort ipv6 support does not work on SunOS
Diffstat (limited to 'net/snort')
-rw-r--r-- | net/snort/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index 093f86aa1c9..aaa7692bc81 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/10/21 00:22:53 adrianp Exp $ +# $NetBSD: Makefile,v 1.34 2007/11/11 21:24:24 adrianp Exp $ # DISTNAME= snort-2.8.0 @@ -67,6 +67,11 @@ SUBST_FILES.install+= src/dynamic-preprocessors/dns/Makefile SUBST_SED.install= -e "s|-o root -g wheel||g" SUBST_MESSAGE.install= Fixing install scripts. +# does not work on SunOS +.if ${OPSYS} == "SunOS" +PKG_OPTIONS.snort=-inet6 +.endif + .include "options.mk" CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |