First check in
This commit is contained in:
26
SRC/patches/01_disable-resizecons.patch
Normal file
26
SRC/patches/01_disable-resizecons.patch
Normal file
@@ -0,0 +1,26 @@
|
||||
diff -Naur a/configure b/configure
|
||||
--- a/configure 2015-07-13 17:17:12.000000000 -0500
|
||||
+++ b/configure 2016-09-29 06:39:37.672000000 -0500
|
||||
@@ -14990,8 +14990,8 @@
|
||||
|
||||
|
||||
case $host_cpu in
|
||||
- i?86*) RESIZECONS_PROGS=yes ;;
|
||||
- x86_64*) RESIZECONS_PROGS=yes ;;
|
||||
+ i?86*) RESIZECONS_PROGS=no ;;
|
||||
+ x86_64*) RESIZECONS_PROGS=no ;;
|
||||
*) RESIZECONS_PROGS=no ;;
|
||||
esac
|
||||
if test "$RESIZECONS_PROGS" = "yes"; then
|
||||
diff -Naur a/docs/man/man8/Makefile.in b/docs/man/man8/Makefile.in
|
||||
--- a/docs/man/man8/Makefile.in 2015-07-13 17:17:11.000000000 -0500
|
||||
+++ b/docs/man/man8/Makefile.in 2016-09-29 06:39:43.088000000 -0500
|
||||
@@ -253,7 +253,7 @@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
gen_MANS = loadunimap.8 mapscrn.8 setfont.8
|
||||
-dist_man_MANS = getkeycodes.8 kbdrate.8 resizecons.8 setkeycodes.8 \
|
||||
+dist_man_MANS = getkeycodes.8 kbdrate.8 setkeycodes.8 \
|
||||
showconsolefont.8 setvtrgb.8 $(gen_MANS)
|
||||
|
||||
all: all-am
|
||||
Reference in New Issue
Block a user