SF.net SVN: gar:[23170] csw/mgar/pkg/pidgin/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Sun Mar 9 22:21:00 CET 2014


Revision: 23170
          http://sourceforge.net/p/gar/code/23170
Author:   lblume
Date:     2014-03-09 21:20:57 +0000 (Sun, 09 Mar 2014)
Log Message:
-----------
pidgin/trunk: Make the ld workaround arch-optional

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

Modified: csw/mgar/pkg/pidgin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pidgin/trunk/Makefile	2014-03-09 20:51:47 UTC (rev 23169)
+++ csw/mgar/pkg/pidgin/trunk/Makefile	2014-03-09 21:20:57 UTC (rev 23170)
@@ -85,11 +85,13 @@
 
 ###
 # due to the ld bug
+ifeq ($(shell /usr/bin/uname -p),sparc)
 RUNTIME_DEP_PKGS_CSWpidgin += CSWlibpangoft2-1-0-0
 RUNTIME_DEP_PKGS_CSWpidgin += CSWlibfreetype6
 RUNTIME_DEP_PKGS_CSWpidgin += CSWlibgio2-0-0
 RUNTIME_DEP_PKGS_CSWpidgin += CSWlibfontconfig1
 RUNTIME_DEP_PKGS_CSWpidgin += CSWlibpangocairo1-0-0
+endif
 ###
 
 BUILD_DEP_PKGS += CSWpkgconfig

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