[csw-devel] SF.net SVN: gar:[17791] csw/mgar/pkg/gdal/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Apr 20 22:06:52 CEST 2012
Revision: 17791
http://gar.svn.sourceforge.net/gar/?rev=17791&view=rev
Author: bdwalton
Date: 2012-04-20 20:06:52 +0000 (Fri, 20 Apr 2012)
Log Message:
-----------
gdal/trunk: these libs are c++ and we use g++ to build them so move to gxx prefix
Modified Paths:
--------------
csw/mgar/pkg/gdal/trunk/Makefile
Modified: csw/mgar/pkg/gdal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdal/trunk/Makefile 2012-04-20 19:41:58 UTC (rev 17790)
+++ csw/mgar/pkg/gdal/trunk/Makefile 2012-04-20 20:06:52 UTC (rev 17791)
@@ -66,6 +66,9 @@
GARCOMPILER = GNU
+# c++ libraries, so move things around a bit
+prefix = /opt/csw/gxx
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-libz=$(prefix)
CONFIGURE_ARGS += --with-png=$(prefix)
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