mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
Upstream has renamed its libraries and we no longer need to patch devel/qscintilla-qt5 to create a library whose name does not conflict with devel/qscintilla's. However, the library names are different so we need to bump PORTREVISION in several ports (the SOVERSION has changed too). Thanks to antoine for the exp-run. PR: 225928
12 lines
535 B
CMake
12 lines
535 B
CMake
The library is called libqscintilla_qt4.so since 2.10.2.
|
|
--- cmake/modules/FindQScintilla.cmake.orig 2018-02-16 21:57:36 UTC
|
|
+++ cmake/modules/FindQScintilla.cmake
|
|
@@ -21,7 +21,7 @@ IF(QT4_FOUND)
|
|
"${QT_INCLUDE_DIR}/Qsci" /usr/include /usr/include/Qsci
|
|
)
|
|
|
|
- SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)
|
|
+ SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2_qt4 qscintilla2 libqscintilla2)
|
|
FIND_LIBRARY(QSCINTILLA_LIBRARY
|
|
NAMES ${QSCINTILLA_NAMES}
|
|
PATHS ${QT_LIBRARY_DIR}
|