don't use -O3
from maintainer Edd Barrett some time ago
This commit is contained in:
parent
791c23f93b
commit
1d68304279
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2008/12/27 12:17:40 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2008/12/27 16:01:44 steven Exp $
|
||||
|
||||
COMMENT = base binaries for TeXLive typesetting distribution
|
||||
|
||||
DIST_V = 20080816
|
||||
DISTNAME = texlive-${DIST_V}-source
|
||||
PKGNAME = texlive_base-${V}p6
|
||||
PKGNAME = texlive_base-${V}p7
|
||||
SHARED_LIBS = kpathsea 1.0
|
||||
|
||||
WANTLIB = m X11 ICE freetype Xt pthread c Xext fontconfig \
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-libs_graphite-engine_configure,v 1.1 2008/12/27 16:01:44 steven Exp $
|
||||
--- libs/graphite-engine/configure.orig Sat Dec 27 13:26:27 2008
|
||||
+++ libs/graphite-engine/configure Sat Dec 27 13:26:35 2008
|
||||
@@ -21034,7 +21034,7 @@ fi
|
||||
|
||||
# Enable final
|
||||
if test "$enable_final" = yes; then
|
||||
- build_flags="$build_flags -O3 -DNDEBUG"
|
||||
+ build_flags="$build_flags -DNDEBUG"
|
||||
fi
|
||||
|
||||
# Enable profile
|
Loading…
Reference in New Issue
Block a user