Revision: 26666 http://sourceforge.net/p/gar/code/26666 Author: rmottola Date: 2020-05-29 19:29:22 +0000 (Fri, 29 May 2020) Log Message: ----------- gs_laternamagica/trunk: fix overrides
Modified Paths: -------------- csw/mgar/pkg/gs_laternamagica/trunk/Makefile Modified: csw/mgar/pkg/gs_laternamagica/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_laternamagica/trunk/Makefile 2020-05-28 23:07:30 UTC (rev 26665) +++ csw/mgar/pkg/gs_laternamagica/trunk/Makefile 2020-05-29 19:29:22 UTC (rev 26666) @@ -24,8 +24,8 @@ RUNTIME_DEP_PKGS_CSWlaternamagica += CSWgnustep-make RUNTIME_DEP_PKGS_CSWlaternamagica += CSWgnustep-base RUNTIME_DEP_PKGS_CSWlaternamagica += CSWlibgcc-s1 -#RUNTIME_DEP_PKGS_CSWlaternamagica_5.9 += CSWlibobjc3 -#RUNTIME_DEP_PKGS_CSWlaternamagica_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWlaternamagica_5.9 += CSWlibobjc3 +RUNTIME_DEP_PKGS_CSWlaternamagica_5.10 += CSWlibobjc4 RUNTIME_DEP_PKGS_CSWlaternamagica += $(RUNTIME_DEP_PKGS_CSWlaternamagica_$(GAROSREL)) @@ -34,6 +34,17 @@ #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang GARCOMPILER = GNU +CHECKPKG_OVERRIDES_CSWlaternamagica += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWlaternamagica += surplus-dependency|CSWgnustep-make + +CHECKPKG_OVERRIDES_CSWlaternamagica += binary-architecture-does-not-match-placement +CHECKPKG_OVERRIDES_CSWlaternamagica += no-direct-binding|/opt/csw/GNUstep/Local/Applications/LaternaMagica.app/LaternaMagica|is|not|directly|bound|to|soname|libgcc_s.so.1 +CHECKPKG_OVERRIDES_CSWlaternamagica += no-direct-binding|/opt/csw/GNUstep/Local/Applications/LaternaMagica.app/LaternaMagica|is|not|directly|bound|to|soname|libgnustep-base.so.1.27 +CHECKPKG_OVERRIDES_CSWlaternamagica += no-direct-binding|/opt/csw/GNUstep/Local/Applications/LaternaMagica.app/LaternaMagica|is|not|directly|bound|to|soname|libgnustep-gui.so.0.28 +CHECKPKG_OVERRIDES_CSWlaternamagica += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/Local/Applications/LaternaMagica.app/LaternaMagica +CHECKPKG_OVERRIDES_CSWlaternamagica += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/Local/Applications/LaternaMagica.app/LaternaMagica + + # now special targets for build and install so that we can source # GNUstep.sh before # configure is skipped This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.