openbsd-ports/graphics/libdvbpsi/patches/patch-configure
jolan 353c003f9a Import of libdvbpsi-0.1.3:
libdvbpsi is a simple library designed for decoding and generating
MPEG TS and DVB PSI tables.

WWW: http://developers.videolan.org/libdvbpsi/
2003-09-23 23:39:08 +00:00

13 lines
333 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2003/09/23 23:39:08 jolan Exp $
--- configure.orig 2003-07-28 18:34:48.000000000 -0500
+++ configure 2003-09-06 04:07:47.000000000 -0500
@@ -7840,7 +7840,7 @@ if test x$release = xtrue
then
CFLAGS="${CFLAGS} -O6"
else
- CFLAGS="${CFLAGS} -O2"
+ CFLAGS="${CFLAGS} ${ac_save_CFLAGS}"
fi