Commit be487ae
committed
x11/xfce4-screensaver: Fix build when PAM option is off
When PAM option is off a different file is compiled, which, since
version 4.18.3, tries to include crypt.h. Such file is not present in
FreeBSD. The relevant definitions are in unistd.h.
Fix by adding ifdef to skip such problematic include.
Reported upstream: https://gitlab.xfce.org/apps/xfce4-screensaver/-/merge_requests/29
PR: 2777631 parent 15d0671 commit be487ae
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments