Ticket #27986: pkgconfig.diff

File pkgconfig.diff, 734 bytes (added by julians37@…, 13 years ago)
  • build/tibs/compiler/pkgconfig.mak

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