From a856491e790be64be85cee14625a96868a702e19 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 23 Aug 2014 16:29:30 +0000 Subject: [PATCH] gdal: fix expat detection --- sci-libs/gdal/gdal-1.11.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-1.11.0.recipe b/sci-libs/gdal/gdal-1.11.0.recipe index f0cadafd6..5559659aa 100644 --- a/sci-libs/gdal/gdal-1.11.0.recipe +++ b/sci-libs/gdal/gdal-1.11.0.recipe @@ -111,7 +111,7 @@ BUILD_PREREQUIRES=" BUILD() { - expatDir=$portPackageLinks/lib~libexpat + expatDir=$portPackageLinksDir/lib~libexpat autoreconf -fi runConfigure ./configure --with-expat=$expatDir make $jobArgs