Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2003 19:03:09 +0100 (CET)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        h.eichmann@gmx.de, dinoex@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/52037: port multimedia/avifile fails to build (Invalid `asm' statement)
Message-ID:  <200311191803.hAJI39SQ088162@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: port multimedia/avifile fails to build (Invalid `asm' statement)

State-Changed-From-To: closed->analyzed
State-Changed-By: dinoex
State-Changed-When: Wed Nov 19 18:58:33 CET 2003
State-Changed-Why: 

This port won't build if CFLAGS do't contain -O
I confirmed this on CURREMNT and STABLE

I suggest to add this lines to the Makefile

.if !defined(CFLAGS) || ${CFLAGS:M-O*} == ""
CFLAGS+=        -O
.endif

Maintainer, please comment on this.
Reject/approval?


http://www.freebsd.org/cgi/query-pr.cgi?pr=52037



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