diff options
author | shaun <shaun@FreeBSD.org> | 2006-09-20 21:40:32 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-09-20 21:40:32 +0800 |
commit | 363670412bab93580d09183ec7933cb6aac5afd9 (patch) | |
tree | 967c7276cd442ad193f178143e5834a315b0c67e /net-mgmt/flowd | |
parent | f60bbc07db3d0a1da321d9baf31604477eb7c625 (diff) | |
download | freebsd-ports-gnome-363670412bab93580d09183ec7933cb6aac5afd9.tar.gz freebsd-ports-gnome-363670412bab93580d09183ec7933cb6aac5afd9.tar.zst freebsd-ports-gnome-363670412bab93580d09183ec7933cb6aac5afd9.zip |
- Fix build on 4.x.
PR: ports/102416
Submitted by: Maurice Castro <maurice@vinum.clari.net.au>
Approved by: maintainer timeout (4 weeks)
Diffstat (limited to 'net-mgmt/flowd')
-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: |