diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-17 02:03:03 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 19:28:30 +0700 |
commit | 2ab2f76ee0e5fa19e3301430567a1bdce0b52699 (patch) | |
tree | d4657f6b059deffb31506224b74eccbc85aa7254 /development/highlight/lua-qt.patch | |
parent | 97cb7e881c7c47deed9aba781e6bea73a817c82a (diff) |
development/highlight: Build with lua 5.4.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/highlight/lua-qt.patch')
-rw-r--r-- | development/highlight/lua-qt.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/development/highlight/lua-qt.patch b/development/highlight/lua-qt.patch deleted file mode 100644 index 6078f07dd9..0000000000 --- a/development/highlight/lua-qt.patch +++ /dev/null @@ -1,25 +0,0 @@ -Only in highlight-4.1/src/gui-qt: .highlight.pro.un~ -diff -cr highlight-4.1.DIST/src/gui-qt/highlight.pro highlight-4.1/src/gui-qt/highlight.pro -*** highlight-4.1.DIST/src/gui-qt/highlight.pro 2021-05-10 18:47:34.000000000 +0100 ---- highlight-4.1/src/gui-qt/highlight.pro 2022-07-27 14:39:31.295908472 +0100 -*************** -*** 36,44 **** - unix { - DESTDIR = ../ - LIBS += -L.. -lhighlight -! LIBS += -llua - CONFIG += link_pkgconfig -! PKGCONFIG += lua - - # to make it run within Qt Creator - !contains(DEFINES, DATA_DIR.*) { ---- 36,44 ---- - unix { - DESTDIR = ../ - LIBS += -L.. -lhighlight -! LIBS += -llua5.3 - CONFIG += link_pkgconfig -! PKGCONFIG += lua53 - - # to make it run within Qt Creator - !contains(DEFINES, DATA_DIR.*) { |