forked from pool/ncurses
Copy from Base:System/ncurses based on submit request 24424 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/24424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=25
15 lines
487 B
Plaintext
15 lines
487 B
Plaintext
Make ncurses-config report the correct directory for ncurses.h.
|
|
|
|
Index: configure
|
|
===================================================================
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -5336,6 +5336,7 @@ else
|
|
fi;
|
|
echo "$as_me:5337: result: $with_overwrite" >&5
|
|
echo "${ECHO_T}$with_overwrite" >&6
|
|
+WITH_OVERWRITE="$with_overwrite"
|
|
|
|
echo "$as_me:5340: checking if external terminfo-database is used" >&5
|
|
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|