Hi Laurent, Am 04.05.2013 um 22:22 schrieb Maciej (Matchek) BliziĆski <[email protected]>:
> 2013/5/4 <[email protected]>: >> +# On sparc, the dependencies end up different >> +ifeq ($(shell uname -p), sparc) >> + RUNTIME_DEP_PKGS_CSWlibotr5 += CSWlibgpg-error0 >> + RUNTIME_DEP_PKGS_CSWotr += CSWlibgpg-error0 >> +endif > > There's a GARCH variable which already contains the architecture information. The usual idiom is RUNTIME_DEP_PKGS_CSWlibotr5-sparc += CSWlibgpg-error0 RUNTIME_DEP_PKGS_CSWlibotr5 += $(RUNTIME_DEP_PKGS_CSWlibotr5-$(GARCH)) Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 _______________________________________________ devel mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/devel
