about summary refs log tree commit diff stats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-02-23 12:50:03 +0100
committerMichael Vetter <jubalh@iodoru.org>2022-02-23 12:50:03 +0100
commit35b7555399d9058f0b734a951c9d1339ff2576e3 (patch)
treea84e3bf53fda3315ba4be11ce8b099059b825739 /CONTRIBUTING.md
parent0b8b851bd6258edbe7bd10661bc3b7e1f194399b (diff)
downloadprofani-tty-35b7555399d9058f0b734a951c9d1339ff2576e3.tar.gz
build: Use CPPFLAGS for obsd
Fixing build failure detected by sr.ht for OpenBSD:

```
src/ui/inputwin.c: In function '_inp_rl_startup_hook':
src/ui/inputwin.c:444:5: error: implicit declaration of function 'rl_bind_keyseq'; did you mean 'rl_bind_key'? [-Werror=implicit-function-declaration]
  444 |     rl_bind_keyseq("\\e1", _inp_rl_win_1_handler);
      |     ^~~~~~~~~~~~~~
      |     rl_bind_key
cc1: all warnings being treated as errors
```

Seems like both OSX and OpenBSD need CPPFLAGS here.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions