blob: 9704d05fdbf37dd652218e2c9d26f38c83ac39ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2017-09-23 20:35:38 UTC
+++ CMakeLists.txt
@@ -42,7 +42,7 @@ GET_PARAMETER(INCLUDE_DIR include)
GET_PARAMETER(SHARE_DIR share)
# FreeBSD ports adds a patch for this directory
# so make it configurable
-GET_PARAMETER(PKGCONFIG_DIR lib/pkgconfig)
+GET_PARAMETER(PKGCONFIG_DIR libdata/pkgconfig)
if (WATCOM)
message(STATUS "*CAUTION* open watcom is experimental")
|