summaryrefslogtreecommitdiffstats
path: root/src/libpano13.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-04-12 15:23:12 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-04-12 15:23:12 (GMT)
commit1f86817ee82b162a1a5bd495886183ca81a68ba7 (patch)
tree3116df65f83174295af8c6315a36583f460fe9e0 /src/libpano13.mk
parent0f01e5e88f720fe5073c88f5cf1803d5c283904d (diff)
parente513258770cdc39c0d6a904437f191aa61b3175c (diff)
downloadmxe-2.22.zip
mxe-2.22.tar.gz
mxe-2.22.tar.bz2
Merge all well-tested changes into the stable branchv2.22
Diffstat (limited to 'src/libpano13.mk')
-rw-r--r--src/libpano13.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/libpano13.mk b/src/libpano13.mk
index c6dbea1..2bb2467 100644
--- a/src/libpano13.mk
+++ b/src/libpano13.mk
@@ -1,14 +1,11 @@
-# This file is part of mingw-cross-env.
-# See doc/index.html for further information.
+# This file is part of MXE.
+# See index.html for further information.
-# libpano13
PKG := libpano13
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.9.18_rc2
$(PKG)_CHECKSUM := 23849bdbdfc9176a2b53d157e58bd24aa0e7276e
$(PKG)_SUBDIR := $(PKG)-$(word 1,$(subst _, ,$($(PKG)_VERSION)))
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
-$(PKG)_WEBSITE := http://panotools.sourceforge.net/
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/panotools/$(PKG)/$($(PKG)_SUBDIR)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc jpeg tiff libpng zlib
@@ -32,6 +29,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