forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-text/highlight-2.14.3-r100: remove hardcoded -llua from the Qt pr…
…oject Closes: https://bugs.gentoo.org/761511 Signed-off-by: Marek Szuba <[email protected]>
- Loading branch information
Marek Szuba
committed
Dec 24, 2020
1 parent
39b1188
commit d352d70
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters