pkgconf: change to new library paths
[unleashed-userland.git] / components / sysutils / fio / patches / 04-makefile-paths.patch
blobdf48fadafb0522c983472c192dbf20667584780d
1 --- fio-fio-2.15/Makefile.1 2016-12-13 10:22:48.700922799 +0300
2 +++ fio-fio-2.15/Makefile 2016-12-13 10:23:17.796196195 +0300
3 @@ -293,6 +293,9 @@
4 ifeq ($(CONFIG_TARGET_OS), Darwin)
5 mandir = /usr/share/man
6 sharedir = /usr/share/fio
7 +else ifeq ($(CONFIG_TARGET_OS), SunOS)
8 +mandir = $(prefix)/share/man
9 +sharedir = $(prefix)/share/fio
10 else
11 mandir = $(prefix)/man
12 sharedir = $(prefix)/share/fio