Makefile: Force PKGCONFIG on OpenBSD

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5733 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Eukara 2020-07-17 16:19:35 +00:00
parent 1ff329062f
commit 00dc8aad4f
1 changed files with 3 additions and 1 deletions

View File

@ -468,7 +468,9 @@ endif
ifeq ($(FTE_TARGET),cygwin)
FTE_TARGET=cyg
endif
ifeq ($(shell uname -s),OpenBSD)
PKGCONFIG=pkg-config
endif
ifeq ($(FTE_TARGET),) #user didn't specify prefered target
ifneq ($(shell uname 2>&1 | grep CYGWIN),)