pkgsrc/multimedia/libtheora/patches/patch-configure.ac
2013-10-25 21:48:16 +00:00

13 lines
622 B
Text

$NetBSD: patch-configure.ac,v 1.1 2013/10/25 21:48:16 joerg Exp $
--- configure.ac.orig 2013-10-15 22:47:41.000000000 +0000
+++ configure.ac
@@ -168,7 +168,7 @@ else
case $host in
*)
DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
- CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
+ CFLAGS="-Wall -Wno-parentheses -O3 -fomit-frame-pointer -finline-functions -funroll-loops"
PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
esac
fi