summaryrefslogtreecommitdiff
path: root/patches/netbsd-curses-attributes.patch
blob: 2ea1877053e3740c243451d52a1d084756e0d0e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -rauN netbsd-curses-0.3.2/libcurses/color.c netbsd-curses-0.3.2-patch/libcurses/color.c
--- netbsd-curses-0.3.2/libcurses/color.c	2021-05-20 16:53:17.000000000 +0200
+++ netbsd-curses-0.3.2-patch/libcurses/color.c	2023-04-11 20:54:42.466274243 +0200
@@ -511,10 +511,12 @@
 }
 
 /* no_color_video is a terminfo macro, but we need to retain binary compat */
+/*
 #ifdef __strong_alias
 #undef no_color_video
 __strong_alias(no_color_video, no_color_attributes)
 #endif
+*/
 /*
  * no_color_attributes --
  *	Return attributes that cannot be combined with color.