ports/52037: port multimedia/avifile fails to build (Invalid `asm' statement)

Dirk Meyer dinoex at FreeBSD.org
Wed Nov 19 18:03:10 UTC 2003


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



More information about the freebsd-ports-bugs mailing list