projects
/
platform
/
upstream
/
lz4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3318d57
)
FIx pkgconfig file installation on MidnightBSD
author
Lucas Holt
<lucasholt@me.com>
Wed, 12 Sep 2018 01:18:43 +0000
(21:18 -0400)
committer
GitHub
<noreply@github.com>
Wed, 12 Sep 2018 01:18:43 +0000
(21:18 -0400)
lib/Makefile
patch
|
blob
|
history
diff --git
a/lib/Makefile
b/lib/Makefile
index
88d9b4f
..
d7c8cb4
100644
(file)
--- 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