Revision: 26202 http://sourceforge.net/p/gar/code/26202 Author: rmottola Date: 2017-05-11 09:55:50 +0000 (Thu, 11 May 2017) Log Message: ----------- correct case
Modified Paths: -------------- csw/mgar/pkg/gs_performance/trunk/Makefile Modified: csw/mgar/pkg/gs_performance/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_performance/trunk/Makefile 2017-05-11 08:59:32 UTC (rev 26201) +++ csw/mgar/pkg/gs_performance/trunk/Makefile 2017-05-11 09:55:50 UTC (rev 26202) @@ -1,4 +1,4 @@ -# $Id$ + $Id$ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = Performance @@ -20,18 +20,18 @@ BUILD_DEP_PKGS += CSWgmake -RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-make -RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-base -RUNTIME_DEP_PKGS_CSWPerformance += CSWlibgcc-s1 -#RUNTIME_DEP_PKGS_CSWPerformance_5.9 += CSWlibobjc3 -#RUNTIME_DEP_PKGS_CSWPerformance_5.10 += CSWlibobjc4 -RUNTIME_DEP_PKGS_CSWPerformance += $(RUNTIME_DEP_PKGS_CSWPerformance_$(GAROSREL)) +RUNTIME_DEP_PKGS_CSWperformance += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWperformance += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWperformance += CSWlibgcc-s1 +#RUNTIME_DEP_PKGS_CSWperformance_5.9 += CSWlibobjc3 +#RUNTIME_DEP_PKGS_CSWperformance_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWperformance += $(RUNTIME_DEP_PKGS_CSWperformance_$(GAROSREL)) #overrides -CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-make -CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-base -CHECKPKG_OVERRIDES_CSWPerformance += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWPerformance += no-direct-binding +CHECKPKG_OVERRIDES_CSWperformance += surplus-dependency|CSWgnustep-make +CHECKPKG_OVERRIDES_CSWperformance += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWperformance += binary-architecture-does-not-match-placement +CHECKPKG_OVERRIDES_CSWperformance += no-direct-binding #where can we build? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.