[csw-devel] SF.net SVN: gar:[14013] csw/mgar/pkg/gdal/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Mar 30 04:55:50 CEST 2011


Revision: 14013
          http://gar.svn.sourceforge.net/gar/?rev=14013&view=rev
Author:   bdwalton
Date:     2011-03-30 02:55:50 +0000 (Wed, 30 Mar 2011)

Log Message:
-----------
gdal/trunk: set a few initial config options

Modified Paths:
--------------
    csw/mgar/pkg/gdal/trunk/Makefile

Modified: csw/mgar/pkg/gdal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdal/trunk/Makefile	2011-03-29 19:54:22 UTC (rev 14012)
+++ csw/mgar/pkg/gdal/trunk/Makefile	2011-03-30 02:55:50 UTC (rev 14013)
@@ -13,4 +13,10 @@
 MASTER_SITES = http://download.osgeo.org/$(NAME)/
 DISTFILES  = $(DISTNAME).tar.gz
 
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-libz=$(prefix)
+CONFIGURE_ARGS += --with-png=$(prefix)
+CONFIGURE_ARGS += --with-libtiff=$(prefix)
+CONFIGURE_ARGS += --with-jpeg=$(prefix)
+
 include gar/category.mk


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list