-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: tweaked Makefile for it to work on BSD systems
- On both FreeBSD and OpenBSD it's needed to explicitly link with `pthread` (dynamic). On GNU/Linux does not affect this change. - On OpenBSD the X11 headers are located in `/usr/X11R6/include`, instead of in `/usr/include` as the rest of OSes, so the flag for the preprocessor to find headers there has been added. On the rest of the systems does not affect this change.
- Loading branch information
1 parent
a86f78a
commit f48cd01
Showing
2 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters