From e61416a07feafc7aad698ac27c91d01cda4a4c01 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 12 May 2019 15:08:47 -0300 Subject: main/highlight: upgrade to 3.50 --- main/highlight/lua.patch | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 main/highlight/lua.patch (limited to 'main/highlight/lua.patch') 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) -- cgit v1.2.3