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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Oct 24 15:26:33 CEST 2009


Revision: 6957
          http://gar.svn.sourceforge.net/gar/?rev=6957&view=rev
Author:   bdwalton
Date:     2009-10-24 13:26:32 +0000 (Sat, 24 Oct 2009)

Log Message:
-----------
ruby: depend on CSWbdb47 explicitly and point configure at it properly

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

Modified: csw/mgar/pkg/ruby/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby/trunk/Makefile	2009-10-23 13:27:44 UTC (rev 6956)
+++ csw/mgar/pkg/ruby/trunk/Makefile	2009-10-24 13:26:32 UTC (rev 6957)
@@ -7,7 +7,7 @@
 TEST_SCRIPTS =
 TEST_ARGS = test-all
 
-PREREQUISITE_PKGS = CSWbdb CSWgdbm CSWgfile CSWiconv CSWncurses CSWossldevel
+PREREQUISITE_PKGS = CSWbdb47 CSWgdbm CSWgfile CSWiconv CSWncurses CSWossldevel
 PREREQUISITE_PKGS += CSWreadline CSWzlib
 
 PACKAGES = CSWruby CSWrubydoc CSWrubytk CSWrubydev CSWrubymode CSWrubymodeel
@@ -18,7 +18,7 @@
 
 LICENSE = COPYING
 
-REQUIRED_PKGS_CSWruby = CSWbdb CSWgdbm CSWiconv 
+REQUIRED_PKGS_CSWruby = CSWbdb47 CSWgdbm CSWiconv 
 REQUIRED_PKGS_CSWruby += CSWncurses CSWosslrt CSWreadline CSWzlib
 
 REQUIRED_PKGS_CSWrubydoc = CSWruby
@@ -82,7 +82,7 @@
 CONFIGURE_ARGS += --enable-shared
 CONFIGURE_ARGS += --with-tcl-dir=$(prefix)
 CONFIGURE_ARGS += --with-tk-dir=$(prefix)
-CONFIGURE_ARGS += --with-dbm-dir=$(prefix)
+CONFIGURE_ARGS += --with-dbm-dir=$(prefix)/bdb47
 CONFIGURE_ARGS += --with-gdbm-dir=$(prefix)
 CONFIGURE_ARGS += --with-iconv-dir=$(prefix)
 CONFIGURE_ARGS += --with-openssl-dir=$(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