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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jun 28 02:49:20 CEST 2012


Revision: 18570
          http://gar.svn.sourceforge.net/gar/?rev=18570&view=rev
Author:   bdwalton
Date:     2012-06-28 00:49:20 +0000 (Thu, 28 Jun 2012)
Log Message:
-----------
gdal/trunk: add the libgeos dependency and note the build dep for it as well

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

Modified: csw/mgar/pkg/gdal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdal/trunk/Makefile	2012-06-28 00:34:19 UTC (rev 18569)
+++ csw/mgar/pkg/gdal/trunk/Makefile	2012-06-28 00:49:20 UTC (rev 18570)
@@ -22,6 +22,8 @@
 PATCHFILES += 0005-Pass-proper-types-to-std-make_pair-to-satisfy-Sun-St.patch
 #PATCHFILES += 0001-Force-the-use-of-CSWbash.patch
 
+BUILD_DEP_PKGS += CSWgeos-dev
+
 PACKAGES += CSWgdal 
 CATALOGNAME_CSWgdal = gdal
 SPKG_DESC_CSWgdal = $(DESCRIPTION)
@@ -68,6 +70,7 @@
 RUNTIME_DEP_PKGS_CSWlibgdal1-gxx += CSWlibgcc-s1
 RUNTIME_DEP_PKGS_CSWlibgdal1-gxx += CSWlibgif4
 RUNTIME_DEP_PKGS_CSWlibgdal1-gxx += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWlibgdal1-gxx += CSWlibgeos-c1
 PKGFILES_CSWlibgdal1-gxx += $(call baseisadirs,$(libdir),libgdal\.so\.1\.15\.0)
 PKGFILES_CSWlibgdal1-gxx += $(call baseisadirs,$(libdir),libgdal\.so\.1(\.\d+)*)
 
@@ -101,6 +104,7 @@
 LICENSE = LICENSE.TXT
 
 EXTRA_LIB += /opt/csw/postgresql/lib
+EXTRA_LDFLAGS += -L$(libdir) -R$(libdir)
 
 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