Blame patches/moe-1.13_pre.local.patch

48e3ca
diff -ru moe-1.13.orig/configure moe-1.13/configure
48e3ca
--- moe-1.13.orig/configure	2023-02-12 02:02:08.000000000 +0100
48e3ca
+++ moe-1.13/configure	2023-02-27 15:49:22.285591646 +0100
48e3ca
@@ -23,9 +23,8 @@
d75609
 sysconfdir='$(prefix)/etc'
d75609
 CXX=g++
d75609
 CPPFLAGS=
d75609
-CXXFLAGS='-Wall -W -O2'
d75609
 LDFLAGS=
d75609
-LIBS=-lncurses
d75609
+LIBS='-lncurses -ltinfo'
48e3ca
 MAKEINFO=makeinfo
d75609
 
d75609
 # checking whether we are using GNU C++.