]> git.pld-linux.org Git - packages/tora.git/blob - qscintilla.patch
- fix building with qscintilla 2.11
[packages/tora.git] / qscintilla.patch
1 --- tora-2.1.3/config/m4/qtkde.m4~      2009-10-23 18:19:57.000000000 +0200
2 +++ tora-2.1.3/config/m4/qtkde.m4       2019-09-21 14:31:04.023094843 +0200
3 @@ -112,7 +112,7 @@
4      @LIB_DCOP@ \
5      @LIB_KHTML@ \
6      $scin_ldflags"
7 -  LIBS="-lqscintilla2"
8 +  LIBS="-lqscintilla2_qt4"
9  
10    AC_LANG_PUSH(C++)
11  
12 @@ -148,7 +148,7 @@
13  
14    AC_DEFINE_UNQUOTED(QSCINTILLA_DLL, 1, [True if on Windows.])
15    AC_SUBST(QSCINTILLA_CXXFLAGS, $scin_cflags)
16 -  AC_SUBST(QSCINTILLA_LDFLAGS, "$scin_ldflags -lqscintilla2")
17 +  AC_SUBST(QSCINTILLA_LDFLAGS, "$scin_ldflags -lqscintilla2_qt4")
18    AC_MSG_RESULT(yes)
19  ])
20  
This page took 0.0892810000000001 seconds and 3 git commands to generate.