diff options
author | Ørjan Malde <red@foxi.me> | 2023-01-31 14:39:19 +0100 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2023-01-31 14:39:19 +0100 |
commit | b077e9b30dc3905c24e9f155705b58abf67e6d70 (patch) | |
tree | 10aa3796a1a7a5aecc82e91dddfbb9c54529be7f /patches | |
parent | ceeeb42487f84d20a3ee0dccb359fb5e0dae1b01 (diff) | |
download | midipix_build-b077e9b30dc3905c24e9f155705b58abf67e6d70.tar.bz2 midipix_build-b077e9b30dc3905c24e9f155705b58abf67e6d70.tar.xz |
groups/211.native_packages_cmdline.group: adds gcal v4.1
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/gcal-4.1_pre.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/gcal-4.1_pre.local.patch b/patches/gcal-4.1_pre.local.patch new file mode 100644 index 00000000..dc6c3fa6 --- /dev/null +++ b/patches/gcal-4.1_pre.local.patch @@ -0,0 +1,12 @@ +diff -ru gcal-4.1.orig/configure gcal-4.1/configure +--- gcal-4.1.orig/configure 2017-01-22 18:09:59.000000000 +0100 ++++ gcal-4.1/configure 2023-01-31 14:35:28.553255306 +0100 +@@ -8769,7 +8769,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncurses_initscr" >&5 + $as_echo "$ac_cv_lib_ncurses_initscr" >&6; } + if test "x$ac_cv_lib_ncurses_initscr" = xyes; then : +- TTYLIBS="-lncurses" ++ TTYLIBS="-lncurses -ltinfo" + fi + + if test -z "$TTYLIBS"; then |