openbsd-ports/multimedia/libbluray/patches/patch-configure
2012-09-25 22:00:00 +00:00

13 lines
429 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2012/09/25 22:00:00 brad Exp $
--- configure.orig Fri Aug 17 07:31:41 2012
+++ configure Mon Sep 3 18:14:35 2012
@@ -12563,8 +12563,6 @@ fi
# use optimizations
if [ $use_optimizations = "yes" ]; then
- check_cc_options -O3 && \
- SET_OPTIMIZATIONS="$SET_OPTIMIZATIONS -O3"
check_cc_options -fomit-frame-pointer && \
SET_OPTIMIZATIONS="$SET_OPTIMIZATIONS -fomit-frame-pointer"
fi