Blame patches/moe-1.12_pre.local.patch

d75609
diff -ru moe-1.12.orig/configure moe-1.12/configure
d75609
--- moe-1.12.orig/configure	2022-01-20 17:28:29.000000000 +0100
d75609
+++ moe-1.12/configure	2022-02-03 23:41:43.452057383 +0100
d75609
@@ -23,9 +23,9 @@
d75609
 sysconfdir='$(prefix)/etc'
d75609
 CXX=g++
d75609
 CPPFLAGS=
d75609
-CXXFLAGS='-Wall -W -O2'
d75609
+CXXFLAGS ?= '-Wall -W -O2'
d75609
 LDFLAGS=
d75609
-LIBS=-lncurses
d75609
+LIBS='-lncurses -ltinfo'
d75609
 
d75609
 # checking whether we are using GNU C++.
d75609
 /bin/sh -c "${CXX} --version" > /dev/null 2>&1 || { CXX=c++ ; CXXFLAGS=-O2 ; }