- use default CFLAGS so that it builds correctly under i386
(i.e. don't force -O0 as this seems to trigger an issue in the asm code) noticed by Stephan Andre <andres at msu dot edu> and bernd@
This commit is contained in:
parent
2d090ef045
commit
d27326f733
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2008/03/19 09:21:37 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2008/04/03 10:21:26 ajacoutot Exp $
|
||||
|
||||
COMMENT= free video editor
|
||||
|
||||
V= 2.4.1
|
||||
DISTNAME= avidemux_${V}
|
||||
PKGNAME= avidemux-${V}
|
||||
PKGNAME= avidemux-${V}p0
|
||||
|
||||
CATEGORIES= multimedia
|
||||
|
||||
@ -45,9 +45,6 @@ USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
# force minimal optimisation; needed for overwhole stability
|
||||
CFLAGS+= -O0
|
||||
|
||||
AUTOCONF_VERSION=2.59
|
||||
AUTOMAKE_VERSION=1.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user