Update of /cvsroot/fink/experimental/jaguar
In directory usw-pr-cvs1:/tmp/cvs-serv32656

Added Files:
        gdal-1.1.5-4.info gdal-1.1.5-4.patch 
Log Message:
Jaguar build fix


--- NEW FILE: gdal-1.1.5-4.info ---
Package: gdal
Version: 1.1.5
Revision: 4
Source: ftp://ftp.remotesensing.org/pub/%n/%n-%v.tar.gz
Depends: giflib-bin | libungif-bin, libjpeg, libpng, libtiff, zlib, dlcompat
BuildDepends: giflib | libungif
UpdateConfigGuess: false
UpdateLibtool: false
Patch: %f.patch
SetCFLAGS: -fno-common
SetCXXFLAGS: -fno-common
SetLDFLAGS: -lstdc++
ConfigureParams: --with-grass=no --with-geotiff=internal --without-python  
--without-ogr --without-pg --without-ogdi
DocFiles: ChangeLog html/*
Description: Translator for raster geospatial data formats
DescDetail: <<
GDAL is a translator library for raster geospatial data formats. As a library,
it presents a single abstract data model to the calling application for all
supported formats.

Current translators include GeoTIFF (read/write), Erdas Imagine (read),
ESRI .BIL (read/write), .aux labelled raw (read/write), DTED (read),
SDTS DEM (read), CEOS (read), JPEG (read/write), PNG (read/write),
Geosoft GXF (read) and Arc/Info Binary Grid (read).
<<
DescPackaging: <<
Patched configure to make it pay attention to LDFLAGS, and ignore /usr/local/.
Packaged for use with GRASS.
The licensing information is contained in faq.html.
<<
DescPort: Uses -fno-common.
License: BSD
Homepage: http://www.remotesensing.org/gdal/
Maintainer: Daniel Parks <[EMAIL PROTECTED]>

--- NEW FILE: gdal-1.1.5-4.patch ---
diff -Nru gdal-1.1.5.orig/configure gdal-1.1.5/configure
--- gdal-1.1.5.orig/configure   Fri Sep 14 12:50:51 2001
+++ gdal-1.1.5/configure        Sat Jan 19 00:25:53 2002
@@ -947,9 +947,9 @@
 fi
 
 
-LIBS="$LIBS -L/usr/local/lib"
-CFLAGS="$CFLAGS -I/usr/local/include"
-CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+LIBS="$LIBS $LDFLAGS"
+CFLAGS="$CFLAGS"
+CPPFLAGS="$CPPFLAGS"
 
 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
 echo "configure:956: checking for dlopen in -ldl" >&5



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to