mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 03:14:56 +01:00
Make it build with BSD make.
Ported changes from girara.
This commit is contained in:
parent
15d51567aa
commit
aac703778f
1 changed files with 9 additions and 0 deletions
9
BSDmakefile
Normal file
9
BSDmakefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# See LICENSE file for license and copyright information
|
||||
|
||||
all ${.TARGETS}:
|
||||
@if [ ! `which gmake` ] ; then \
|
||||
echo "zathura cannot be built with BSD make and GNU make cannot be found." \
|
||||
"Please install GNU make."; \
|
||||
exit 1; \
|
||||
fi
|
||||
@gmake $@
|
Loading…
Reference in a new issue