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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 24 16:49:08 CET 2010


Revision: 11714
          http://gar.svn.sourceforge.net/gar/?rev=11714&view=rev
Author:   dmichelsen
Date:     2010-11-24 15:49:08 +0000 (Wed, 24 Nov 2010)

Log Message:
-----------
guile: Minor enhancements, still does not compile with Sun Studio

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

Modified: csw/mgar/pkg/guile/trunk/Makefile
===================================================================
--- csw/mgar/pkg/guile/trunk/Makefile	2010-11-24 15:44:49 UTC (rev 11713)
+++ csw/mgar/pkg/guile/trunk/Makefile	2010-11-24 15:49:08 UTC (rev 11714)
@@ -16,17 +16,13 @@
 
 SPKG_DESC_CSWguilelib12 = GNU extensibility library (shared libraries)
 
-# There has to be something wrong when a package depends on *both* gcc3 and gcc4 - trygve
-RUNTIME_DEP_PKGS  = CSWgcc3core
-RUNTIME_DEP_PKGS += CSWgcc3corert
-RUNTIME_DEP_PKGS += CSWgcc4corert
 RUNTIME_DEP_PKGS += CSWggettextrt
 RUNTIME_DEP_PKGS += CSWlibgmp
 RUNTIME_DEP_PKGS += CSWlibtoolrt
 RUNTIME_DEP_PKGS += CSWncurses
 RUNTIME_DEP_PKGS += CSWreadline
 
-MASTER_SITES = ftp://ftp.gnu.org/pub/gnu/guile/
+MASTER_SITES = $(GNU_MIRROR)
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 
 # We define upstream file regex so we can be notifed of new upstream software release
@@ -34,10 +30,10 @@
 
 GARCOMPILER = GNU
 
+BUILD64 = 1
 CONFIGURE_ARGS  = $(DIRPATHS) 
 CONFIGURE_ARGS += --enable-error-on-warning=no
 
 TEST_SCRIPTS =
-BUILD_64BIT = yes
 
 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