diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-09-20 13:40:32 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-09-20 13:40:32 +0000 |
commit | 5c3541952395e7946aa7ac1bde1aab791e0fa3c0 (patch) | |
tree | bf0f8ed71fc2874b658569bb044f8f0753b9f1f1 /net-mgmt/flowd/Makefile | |
parent | Prepare for ICU 3.6 (diff) |
- Fix build on 4.x.
PR: ports/102416
Submitted by: Maurice Castro <maurice@vinum.clari.net.au>
Approved by: maintainer timeout (4 weeks)
Notes
Notes:
svn path=/head/; revision=173470
Diffstat (limited to 'net-mgmt/flowd/Makefile')
-rw-r--r-- | net-mgmt/flowd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile index 09a34c7a0148..0ee415824a1f 100644 --- a/net-mgmt/flowd/Makefile +++ b/net-mgmt/flowd/Makefile @@ -40,7 +40,7 @@ PLIST_SUB+= WITH_PYTHON="@comment " .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= Does not compile +CONFIGURE_ARGS+="ac_cv_sizeof_sa_family_t=1" .endif pre-extract: |