mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-07 15:51:09 +00:00
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:
parent
1ff329062f
commit
00dc8aad4f
1 changed files with 3 additions and 1 deletions
|
@ -468,7 +468,9 @@ endif
|
||||||
ifeq ($(FTE_TARGET),cygwin)
|
ifeq ($(FTE_TARGET),cygwin)
|
||||||
FTE_TARGET=cyg
|
FTE_TARGET=cyg
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(shell uname -s),OpenBSD)
|
||||||
|
PKGCONFIG=pkg-config
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(FTE_TARGET),) #user didn't specify prefered target
|
ifeq ($(FTE_TARGET),) #user didn't specify prefered target
|
||||||
ifneq ($(shell uname 2>&1 | grep CYGWIN),)
|
ifneq ($(shell uname 2>&1 | grep CYGWIN),)
|
||||||
|
|
Loading…
Reference in a new issue