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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Jun 10 13:56:19 CEST 2012


Revision: 18313
          http://gar.svn.sourceforge.net/gar/?rev=18313&view=rev
Author:   bdwalton
Date:     2012-06-10 11:56:19 +0000 (Sun, 10 Jun 2012)
Log Message:
-----------
gdal/trunk: update the way we find postgres

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

Modified: csw/mgar/pkg/gdal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdal/trunk/Makefile	2012-06-10 11:42:30 UTC (rev 18312)
+++ csw/mgar/pkg/gdal/trunk/Makefile	2012-06-10 11:56:19 UTC (rev 18313)
@@ -77,6 +77,7 @@
 CONFIGURE_ARGS += --with-expat=$(prefix)
 CONFIGURE_ARGS += --with-mysql=/opt/csw/bin/mysql_config
 CONFIGURE_ARGS += --with-sqlite3=$(prefix)
+CONFIGURE_ARGS += --with-pg=/opt/csw/bin/pg_config
 
 # doesn't have tests?
 TEST_TARGET = 
@@ -87,11 +88,8 @@
 
 include gar/category.mk
 
-ifeq ($(GARCH),sparc)
-CONFIGURE_ARGS += --with-pg=/opt/csw/postgresql/bin/sparcv8/pg_config
-else
-CONFIGURE_ARGS += --with-pg=/opt/csw/postgresql/bin/pg_config
-endif
 
+
+
 # to avoid the __sync_fetch_and_add4 issue (must be after including category)
 ARCHFLAGS_GCC4_sparcvv8 = -m32

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