diff options
author | Yann Collet <Cyan4973@users.noreply.github.com> | 2018-09-14 17:11:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 17:11:49 (GMT) |
commit | d2f5716c5dc9c0fa4cdb2ae34369f01e6d55ed6b (patch) | |
tree | cd815e7a9f68e99bc86ccd690032461ba420f06f | |
parent | 4a84836c132781e12bafd5f68923c2647b34e2b7 (diff) | |
parent | de4667011a077d403b3b9722ed021097005e68e3 (diff) | |
download | lz4-d2f5716c5dc9c0fa4cdb2ae34369f01e6d55ed6b.zip lz4-d2f5716c5dc9c0fa4cdb2ae34369f01e6d55ed6b.tar.gz lz4-d2f5716c5dc9c0fa4cdb2ae34369f01e6d55ed6b.tar.bz2 |
Merge pull request #573 from laffer1/laffer1-pkgconfig-mnbsd
FIx pkgconfig file installation on MidnightBSD
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 88d9b4f..d7c8cb4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 |