diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/moe-1.12_pre.local.patch | 15 | ||||
-rw-r--r-- | patches/moe-1.13_pre.local.patch | 14 |
2 files changed, 14 insertions, 15 deletions
diff --git a/patches/moe-1.12_pre.local.patch b/patches/moe-1.12_pre.local.patch deleted file mode 100644 index b5abbc7a..00000000 --- a/patches/moe-1.12_pre.local.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ru moe-1.12.orig/configure moe-1.12/configure ---- moe-1.12.orig/configure 2022-01-20 17:28:29.000000000 +0100 -+++ moe-1.12/configure 2022-02-03 23:41:43.452057383 +0100 -@@ -23,9 +23,9 @@ - sysconfdir='$(prefix)/etc' - CXX=g++ - CPPFLAGS= --CXXFLAGS='-Wall -W -O2' -+CXXFLAGS ?= '-Wall -W -O2' - LDFLAGS= --LIBS=-lncurses -+LIBS='-lncurses -ltinfo' - - # checking whether we are using GNU C++. - /bin/sh -c "${CXX} --version" > /dev/null 2>&1 || { CXX=c++ ; CXXFLAGS=-O2 ; } diff --git a/patches/moe-1.13_pre.local.patch b/patches/moe-1.13_pre.local.patch new file mode 100644 index 00000000..b764aa21 --- /dev/null +++ b/patches/moe-1.13_pre.local.patch @@ -0,0 +1,14 @@ +diff -ru moe-1.13.orig/configure moe-1.13/configure +--- moe-1.13.orig/configure 2023-02-12 02:02:08.000000000 +0100 ++++ moe-1.13/configure 2023-02-27 15:49:22.285591646 +0100 +@@ -23,9 +23,8 @@ + sysconfdir='$(prefix)/etc' + CXX=g++ + CPPFLAGS= +-CXXFLAGS='-Wall -W -O2' + LDFLAGS= +-LIBS=-lncurses ++LIBS='-lncurses -ltinfo' + MAKEINFO=makeinfo + + # checking whether we are using GNU C++. |