summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch
diff options
context:
space:
mode:
Diffstat (limited to 'scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch')
-rw-r--r--scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch b/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch
index 0e5e8df..29e40a0 100644
--- a/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch
+++ b/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch
@@ -10,7 +10,7 @@ Forwarded: not-needed
--- a/scite/gtk/deps.mak
+++ b/scite/gtk/deps.mak
-@@ -265,11 +265,7 @@
+@@ -267,11 +267,7 @@
../src/Extender.h \
../src/IFaceTable.h \
../src/SciTEKeys.h \
@@ -40,7 +40,7 @@ Forwarded: not-needed
ifdef gnomeprefix
@@ -72,28 +72,6 @@
DEFINES += -D$(if $(DEBUG),DEBUG,NDEBUG)
- BASE_FLAGS += $(if $(DEBUG),-g,-Os)
+ BASE_FLAGS += $(if $(DEBUG),-g,-O3)
-ifndef NO_LUA
-LUA_CORE_OBJS = lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \
@@ -67,7 +67,7 @@ Forwarded: not-needed
LIBS += -lm -lstdc++
UNAME:=$(shell uname -s)
-@@ -154,7 +132,7 @@
+@@ -155,7 +133,7 @@
StyleWriter.o \
Utf8_16.o
bgstack15