gentoo-ebuilds/app-text/highlight/files/highlight-3.57-qt_libs_lua.patch
2020-12-24 23:29:49 +00:00

13 lines
334 B
Diff

Unnecessary (the linker gets the right library from pkgconfig anyway)
and breaks slotted Lua. See Bug #761511 for details.
--- a/src/gui-qt/highlight.pro
+++ b/src/gui-qt/highlight.pro
@@ -39,7 +39,6 @@
unix {
DESTDIR = ../
LIBS += -L.. -lhighlight
- LIBS += -llua
CONFIG += link_pkgconfig
PKGCONFIG += lua