FIx pkgconfig file installation on MidnightBSD
This commit is contained in:
parent
3318d573ba
commit
de4667011a
@ -143,7 +143,7 @@ libdir ?= $(LIBDIR)
|
||||
INCLUDEDIR ?= $(prefix)/include
|
||||
includedir ?= $(INCLUDEDIR)
|
||||
|
||||
ifneq (,$(filter $(OS),OpenBSD FreeBSD NetBSD DragonFly))
|
||||
ifneq (,$(filter $(OS),OpenBSD FreeBSD NetBSD DragonFly MidnightBSD))
|
||||
PKGCONFIGDIR ?= $(prefix)/libdata/pkgconfig
|
||||
else
|
||||
PKGCONFIGDIR ?= $(libdir)/pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user