summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-12-30 16:02:24 -0500
committerB. Stack <bgstack15@gmail.com>2023-12-30 16:02:24 -0500
commit3dce71fa94f713737cf75976fc979aef6ee9987f (patch)
tree9504aa37f1de4421f776d5dc4408b78ba7c1f01a /scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch
parentirfanview 4.66-1 (diff)
downloadstackrpms-3dce71fa94f713737cf75976fc979aef6ee9987f.tar.gz
stackrpms-3dce71fa94f713737cf75976fc979aef6ee9987f.tar.bz2
stackrpms-3dce71fa94f713737cf75976fc979aef6ee9987f.zip
scite 5.4.1
Diffstat (limited to 'scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch')
-rw-r--r--scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch b/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch
index b1ae8b7..5267ee0 100644
--- a/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch
+++ b/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch
@@ -9,7 +9,7 @@ Forwarded: not-needed
2 files changed, 5 insertions(+), 31 deletions(-)
diff --git a/scite/gtk/deps.mak b/scite/gtk/deps.mak
-index 919cba9..af4432a 100644
+index 5974f52..7ba925d 100644
--- a/scite/gtk/deps.mak
+++ b/scite/gtk/deps.mak
@@ -267,11 +267,7 @@ LuaExtension.o: \
bgstack15