Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch build patch #47

Closed
blippy opened this issue Jan 1, 2022 · 1 comment
Closed

Arch build patch #47

blippy opened this issue Jan 1, 2022 · 1 comment

Comments

@blippy
Copy link
Owner

blippy commented Jan 1, 2022

I noticed that on the Arch AUR, there is a build patch for Arch:

diff --git a/io-curses.patch b/io-curses.patch
new file mode 100644
index 00000000000..ffff789ec1e
--- /dev/null
+++ b/io-curses.patch
@@ -0,0 +1,13 @@
+diff --git a/src/io-curses.cc b/src/io-curses.cc
+index e808775..d0ec3a7 100644
+--- a/src/io-curses.cc
++++ b/src/io-curses.cc
+@@ -538,7 +538,7 @@ _io_repaint (void)
+ 		if (win->lh_wid)
+ 		{
+ 			move (win->win_down - 1, win->win_over - win->lh_wid);
+-			printw ("#%*d ", win->lh_wid - 2, 1 + win - wins);
++			printw ("#%*ld ", win->lh_wid - 2, 1 + win - wins);
+ 			if (win->flags & WIN_EDGE_REV)
+ 				s_display.cdstandout();
+ 			cc = win->screen.lc;

I have incorporates this patch, so it should now build nicely.

Alas, there always seems to be configuration wonks that vary from distro to distro.

@blippy blippy closed this as completed Jan 1, 2022
@blippy
Copy link
Owner Author

blippy commented Jan 1, 2022

Fixed by b88a50e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant