From 66bb5235ea0cf04a45eebdb921a8325f7a5ac345 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 23 Aug 2014 16:18:09 +0000 Subject: [PATCH] libgeotiff: fix jpeg and zlib discovery. --- sci-libs/libgeotiff/libgeotiff-1.4.0.recipe | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.recipe b/sci-libs/libgeotiff/libgeotiff-1.4.0.recipe index a39c3a4c2..36afd34c6 100644 --- a/sci-libs/libgeotiff/libgeotiff-1.4.0.recipe +++ b/sci-libs/libgeotiff/libgeotiff-1.4.0.recipe @@ -60,12 +60,11 @@ BUILD_PREREQUIRES=" BUILD() { - jpegDir=$portPackageLinks/lib~libjpeg - projDir=$portPackageLinks/lib~libproj - zlibDir=$portPackageLinks/lib~libz + jpegDir=$portPackageLinksDir/lib~libjpeg + zlibDir=$portPackageLinksDir/lib~libz autoreconf -fi runConfigure ./configure --with-zlib=$zlibDir \ - --with-jpeg=$jpegDir --with-proj=$projDir + --with-jpeg=$jpegDir make $jobArgs }