SF.net SVN: gar:[26175] csw/mgar/pkg/gs_terminal/trunk/Makefile

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Wed May 3 10:11:47 CEST 2017


Revision: 26175
          http://sourceforge.net/p/gar/code/26175
Author:   rmottola
Date:     2017-05-03 08:11:46 +0000 (Wed, 03 May 2017)
Log Message:
-----------
gs_terminal/trunk: improve platform differences

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

Modified: csw/mgar/pkg/gs_terminal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_terminal/trunk/Makefile	2017-05-03 06:20:13 UTC (rev 26174)
+++ csw/mgar/pkg/gs_terminal/trunk/Makefile	2017-05-03 08:11:46 UTC (rev 26175)
@@ -15,7 +15,6 @@
 DISTFILES  = $(DISTNAME).tar.gz
 
 BUILD_DEP_PKGS += CSWgmake
-BUILD_DEP_PKGS += CSWgcc4objc
 BUILD_DEP_PKGS += CSWgnustep-make
 BUILD_DEP_PKGS += CSWgnustep-base
 BUILD_DEP_PKGS += CSWgnustep-gui
@@ -27,8 +26,11 @@
 RUNTIME_DEP_PKGS_CSWgs-terminal += CSWgnustep-back
 RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibgcc-s1
 RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibiconv2
-RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibobjc4
 
+RUNTIME_DEP_PKGS_CSWgs-terminal_5.9 += CSWlibobjc3
+RUNTIME_DEP_PKGS_CSWgs-terminal_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgs-terminal += $(RUNTIME_DEP_PKGS_CSWgs-terminal_$(GAROSREL))
+
 #we do override because we depend on them
 CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-gui
 CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-base
@@ -46,6 +48,13 @@
 #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang
 GARCOMPILER = GNU
 
+#where can we build?
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc
+PACKAGING_PLATFORMS += solaris10-i386
+
+
 CONFIGURE_ARGS = $(DIRPATHS)
 
 # now special targets for build and install so that we can source

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