[csw-devel] SF.net SVN: gar:[13163] csw/mgar/pkg/gmt

gadavis at users.sourceforge.net gadavis at users.sourceforge.net
Tue Feb 1 21:31:17 CET 2011


Revision: 13163
          http://gar.svn.sourceforge.net/gar/?rev=13163&view=rev
Author:   gadavis
Date:     2011-02-01 20:31:16 +0000 (Tue, 01 Feb 2011)

Log Message:
-----------
gmt - change datadir to /opt/csw/share/gmt

Modified Paths:
--------------
    csw/mgar/pkg/gmt/trunk/Makefile
    csw/mgar/pkg/gmtcoast/trunk/Makefile

Modified: csw/mgar/pkg/gmt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gmt/trunk/Makefile	2011-02-01 18:06:01 UTC (rev 13162)
+++ csw/mgar/pkg/gmt/trunk/Makefile	2011-02-01 20:31:16 UTC (rev 13163)
@@ -57,6 +57,9 @@
 libdir_install = $(exec_prefix)/lib/gmt
 EXTRA_LDFLAGS += -R $(libdir)/$(MM_LIBDIR)
 
+## GMT spews a number of directories into share
+datadir = /opt/csw/share/gmt
+
 ## $(GMT_LIBS) gets passed to ./configure as LIBS
 ## src/Makefile doesn't use LDFLAGS so we hijack $(LIBS) to fix the RUNPATH
 ## We could also use LD_OPTS, but that would require reverse-engineering the

Modified: csw/mgar/pkg/gmtcoast/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gmtcoast/trunk/Makefile	2011-02-01 18:06:01 UTC (rev 13162)
+++ csw/mgar/pkg/gmtcoast/trunk/Makefile	2011-02-01 20:31:16 UTC (rev 13163)
@@ -28,6 +28,9 @@
 INSTALL_SCRIPTS = custom
 TEST_SCRIPTS =
 
+# This should match value in gmt/trunk/Makefile
+datadir = /opt/csw/share/gmt
+
 ## The tarballs just dump into the current directory
 WORKSRC = $(WORKDIR)
 


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