view src/qscintilla-1-fixes.patch @ 4407:e9b032b9340a

octave: cross-compile gnulib time functions correctly (bug #51351) * default-octave.mk: Define gl_cv_func_tzset_clobber=no to bypass faulty configure test when cross-compiling. * octave.mk: Likewise. * stable-octave.mk: Likewise.
author Mike Miller <mtmiller@octave.org>
date Sat, 08 Jul 2017 08:55:57 -0700
parents 601ff07b0776
children 9b1f851080b6
line wrap: on
line source

diff -ur QScintilla-gpl-2.9.2.orig/Qt4Qt5/qscintilla.pro QScintilla_gpl-2.9.2/Qt4Qt5/qscintilla.pro
--- QScintilla-gpl-2.9.2.orig/Qt4Qt5/qscintilla.pro	2016-09-09 09:27:33.180610774 -0400
+++ QScintilla_gpl-2.9.2/Qt4Qt5/qscintilla.pro	2016-09-09 09:28:05.519426207 -0400
@@ -24,7 +24,7 @@
 
 TEMPLATE = lib
 TARGET = qscintilla2
-CONFIG += qt warn_off release thread exceptions hide_symbols
+CONFIG += qt warn_off release thread exceptions
 INCLUDEPATH += . ../include ../lexlib ../src
 
 !CONFIG(staticlib) {