diff -ru ../lensfun-0.2.5/build/tibs/compiler/pkgconfig.mak ./build/tibs/compiler/pkgconfig.mak
old
|
new
|
|
3 | 3 | ifdef CONF_LIBDIR |
4 | 4 | # Try to guess here if target supports pkgconfig |
5 | 5 | # - Any POSIX platform |
| 6 | # - Macintosh |
6 | 7 | # - Cross-compiling on a POSIX target for WINDOWS (mingw32) |
7 | | ifneq ($(findstring /posix/,/$(TARGET)/)$(findstring /posix-windows/,/$(HOST)-$(TARGET)/),) |
| 8 | ifneq ($(findstring /posix/,/$(TARGET)/)$(findstring /mac/,/$(TARGET)/)$(findstring /posix-windows/,/$(HOST)-$(TARGET)/),) |
8 | 9 | |
9 | 10 | XFNAME.PKGCONFIG = $(addprefix $$(OUT),$1) |
10 | 11 | MKDEPS.PKGCONFIG = $1 |