SF.net SVN: gar:[25483] csw/mgar/pkg/gnustep-make/trunk/Makefile

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Sun Dec 20 23:52:27 CET 2015


Revision: 25483
          http://sourceforge.net/p/gar/code/25483
Author:   rmottola
Date:     2015-12-20 22:52:27 +0000 (Sun, 20 Dec 2015)
Log Message:
-----------
gnustep-make/trunk: gcc4 vs gcc5 dependency

Modified Paths:
--------------
    csw/mgar/pkg/gnustep-make/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-make/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnustep-make/trunk/Makefile	2015-12-20 22:41:57 UTC (rev 25482)
+++ csw/mgar/pkg/gnustep-make/trunk/Makefile	2015-12-20 22:52:27 UTC (rev 25483)
@@ -11,9 +11,12 @@
 endef
 
 BUILD_DEP_PKGS = CSWgmake
-BUILD_DEP_PKGS += CSWgcc4objc
 BUILD_DEP_PKGS += CSWgtar
+BUILD_DEP_PKGS_5.9  += CSWgcc4objc
+BUILD_DEP_PKGS_5.10 += CSWgcc5objc
 
+BUILD_DEP_PKGS += $(BUILD_DEP_PKGS_$(GAROSREL))
+
 MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/core/
 DISTFILES  = $(DISTNAME).tar.gz
 

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