From d27326f73341384d0e58bfb5277a2d89f0009460 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 3 Apr 2008 10:21:26 +0000 Subject: [PATCH] - 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 and bernd@ --- multimedia/avidemux/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile index 363a8c2c3c7..ca688416d39 100644 --- a/multimedia/avidemux/Makefile +++ b/multimedia/avidemux/Makefile @@ -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