diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-12 15:08:47 -0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-20 13:28:59 +0000 |
commit | e61416a07feafc7aad698ac27c91d01cda4a4c01 (patch) | |
tree | 159553ab5e6e0a0d682271895897d69f2c436c3a /main/highlight/lua.patch | |
parent | 394fae111b53cb0f7aeaff1ca2d0e8a528972a5a (diff) | |
download | aports-e61416a07feafc7aad698ac27c91d01cda4a4c01.tar.bz2 aports-e61416a07feafc7aad698ac27c91d01cda4a4c01.tar.xz |
main/highlight: upgrade to 3.50
Diffstat (limited to 'main/highlight/lua.patch')
-rw-r--r-- | main/highlight/lua.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/main/highlight/lua.patch b/main/highlight/lua.patch deleted file mode 100644 index fb3eeaa884..0000000000 --- a/main/highlight/lua.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- a/src/makefile -+++ b/src/makefile -@@ -13,7 +13,8 @@ - # See src/gui-qt/highlight.pro for the Qt GUI compilation options - - #CXX=clang++ --CXX=g++ -+#CXX=g++ -+CXX ?= c++ - - # was: qmake-qt5 - QMAKE=qmake -@@ -38,11 +39,11 @@ - - # If Lua 5.2 is not default on your system yet you have to - # use lua5.1 in the pkg-config calls -- --LUA_CFLAGS=$(shell pkg-config --cflags lua) -+LUAPC ?= lua -+LUA_CFLAGS=$(shell pkg-config --cflags $(LUAPC)) - - # default lua lib --LUA_LIBS=$(shell pkg-config --libs lua) -+LUA_LIBS=$(shell pkg-config --libs $(LUAPC)) - - # luajit lib - # LUA_LIBS=$(shell pkg-config --libs luajit) |