openbsd-ports/devel/geany/patches/patch-scintilla_Makefile_in
ajacoutot fd275570d4 - don't force -Os gcc optimisation
- install locales in correct directory
- USE_LIBTOOL
- add desktop-file-utils goo
- add p5-XML-Parser to BUILD_DEPENDS
- remove useless docs
- small other cleanups

ok landry@
2007-10-12 09:44:21 +00:00

13 lines
510 B
Plaintext

$OpenBSD: patch-scintilla_Makefile_in,v 1.1 2007/10/12 09:44:21 ajacoutot Exp $
--- scintilla/Makefile.in.orig Fri Oct 12 10:42:25 2007
+++ scintilla/Makefile.in Fri Oct 12 10:42:31 2007
@@ -254,7 +254,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = include
noinst_LIBRARIES = libscintilla.a
-AM_CXXFLAGS = -DNDEBUG -Os -DGTK -DGTK2 -DSCI_LEXER -DG_THREADS_IMPL_NONE
+AM_CXXFLAGS = -DNDEBUG -DGTK -DGTK2 -DSCI_LEXER -DG_THREADS_IMPL_NONE
LEXER_SRCS = \
LexAsm.cxx \
LexBasic.cxx \