Revision: 25740 http://sourceforge.net/p/gar/code/25740 Author: lblume Date: 2016-05-29 12:33:38 +0000 (Sun, 29 May 2016) Log Message: ----------- gstplugins/trunk: Simpler conditional
Modified Paths: -------------- csw/mgar/pkg/gstplugins/trunk/Makefile Modified: csw/mgar/pkg/gstplugins/trunk/Makefile =================================================================== --- csw/mgar/pkg/gstplugins/trunk/Makefile 2016-05-29 12:32:05 UTC (rev 25739) +++ csw/mgar/pkg/gstplugins/trunk/Makefile 2016-05-29 12:33:38 UTC (rev 25740) @@ -217,14 +217,16 @@ RUNTIME_DEP_PKGS_CSWgstplugins-dev += CSWlibgstsdp1-0-0 ### Needed for the Solaris ld bug -RUNTIME_DEP_PKGS_CSWlibgstapp1-0-0-sparc += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibgstriff1-0-0-sparc += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibgstfft1-0-0-sparc += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibgstallocators1-0-0-sparc += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibgstrtsp1-0-0-sparc += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibgstvideo1-0-0-sparc += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibgstrtp1-0-0-sparc += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibgstsdp1-0-0-sparc += CSWlibintl8 +ifeq ($(shell /usr/bin/uname -p),sparc) +RUNTIME_DEP_PKGS_CSWlibgstapp1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstriff1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstfft1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstallocators1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstrtsp1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstvideo1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstrtp1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstsdp1-0-0 += CSWlibintl8 +endif ### CONFIGURE_ARGS += $(DIRPATHS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.