From 8f0f43974ca9fd061837d211ffec3f7089be85e7 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Fri, 23 Dec 2011 15:31:46 +0100 Subject: package gdal gdk-pixbuf libpano13: tiff 4 detection workaround --- src/gdal.mk | 2 +- src/gdk-pixbuf.mk | 3 ++- src/libpano13.mk | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/gdal.mk b/src/gdal.mk index c2c2ffd..bff63e4 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -76,7 +76,7 @@ define $(PKG)_BUILD --without-ruby \ --without-python \ --without-macosx-framework \ - LIBS="-ljpeg -lsecur32 `'$(TARGET)-pkg-config' --libs openssl`" + LIBS="-ljpeg -lsecur32 `'$(TARGET)-pkg-config' --libs openssl libtiff-4`" $(MAKE) -C '$(1)' -j 1 lib-target $(MAKE) -C '$(1)' -j 1 install-lib $(MAKE) -C '$(1)/port' -j 1 install diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk index 880fdc3..2ac9e54 100644 --- a/src/gdk-pixbuf.mk +++ b/src/gdk-pixbuf.mk @@ -27,6 +27,7 @@ define $(PKG)_BUILD --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-modules \ - --with-included-loaders + --with-included-loaders \ + LIBS="`'$(TARGET)-pkg-config' --libs libtiff-4`" $(MAKE) -C '$(1)' -j '$(JOBS)' install endef diff --git a/src/libpano13.mk b/src/libpano13.mk index c6dbea1..4da1fe7 100644 --- a/src/libpano13.mk +++ b/src/libpano13.mk @@ -32,6 +32,7 @@ define $(PKG)_BUILD --with-jpeg='$(PREFIX)/$(TARGET)'/lib \ --with-tiff='$(PREFIX)/$(TARGET)'/lib \ --with-png='$(PREFIX)/$(TARGET)'/lib \ - --with-zlib='$(PREFIX)/$(TARGET)'/lib + --with-zlib='$(PREFIX)/$(TARGET)'/lib \ + LIBS="`'$(TARGET)-pkg-config' --libs libtiff-4`" $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= man_MANS= endef -- cgit v0.12