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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Feb 6 16:11:56 CET 2010


Revision: 8365
          http://gar.svn.sourceforge.net/gar/?rev=8365&view=rev
Author:   bdwalton
Date:     2010-02-06 15:11:56 +0000 (Sat, 06 Feb 2010)

Log Message:
-----------
ruby19: setup some basic config options, gar stuff

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

Modified: csw/mgar/pkg/ruby19/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby19/trunk/Makefile	2010-02-06 07:12:34 UTC (rev 8364)
+++ csw/mgar/pkg/ruby19/trunk/Makefile	2010-02-06 15:11:56 UTC (rev 8365)
@@ -3,13 +3,15 @@
 PATCHLEVEL = p376
 CATEGORIES = lang
 
+DISTNAME = ruby-$(GARVERSION)-$(PATCHLEVEL)
+
 DESCRIPTION = Brief description
 define BLURB
   Long description
 endef
 
 MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/1.9/
-DISTFILES  = ruby-$(GARVERSION)-$(PATCHLEVEL).tar.gz
+DISTFILES  = $(DISTNAME).tar.gz
 
 # We define upstream file regex so we can be notifed of new upstream
 # software release
@@ -21,5 +23,14 @@
 # UPSTREAM_MASTER_SITES = 
 
 CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --program-suffix=19
+CONFIGURE_ARGS += --enable-pthread
 
 include gar/category.mk
+
+ifdef USEGCC
+GARCOMPILER = GNU
+RUNTIME_DEP_PKGS_CSWruby19 += CSWgcc4corert
+else
+SOS11_LD_FLAGS =
+endif


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