Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2006 13:37:38 +1000 (EST)
From:      Maurice Castro <maurice@vinum.clari.net.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102416: building flowd on Freebsd 4.11
Message-ID:  <200608230337.k7N3bcAU073130@vinum.clari.net.au>
Resent-Message-ID: <200608230340.k7N3eGBQ055711@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102416
>Category:       ports
>Synopsis:       building flowd on Freebsd 4.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 23 03:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Maurice Castro
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
Clarinet Internet Solutions
>Environment:
System: FreeBSD vinum.clari.net.au 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Tue May 16 17:07:31 EST 2006 danny@vinum.clari.net.au:/usr/src/sys/compile/VINUM i386


	All
>Description:
	Suggested change to fix fonfigure bug
>How-To-Repeat:
	
>Fix:

Substitute the following in the port config file 

.if ${OSVERSION} < 500000
BROKEN=                Does not compile
.endif

with 

.if ${OSVERSION} < 500000
CONFIGURE_ARGS+="ac_cv_sizeof_sa_family_t=1"
.endif

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608230337.k7N3bcAU073130>