SF.net SVN: gar:[23191] csw/mgar/pkg/gvim/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Tue Mar 11 11:28:31 CET 2014


Revision: 23191
          http://sourceforge.net/p/gar/code/23191
Author:   lblume
Date:     2014-03-11 10:28:31 +0000 (Tue, 11 Mar 2014)
Log Message:
-----------
gvim/trunk: Make the ld bug workaround optional

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

Modified: csw/mgar/pkg/gvim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gvim/trunk/Makefile	2014-03-11 09:25:02 UTC (rev 23190)
+++ csw/mgar/pkg/gvim/trunk/Makefile	2014-03-11 10:28:31 UTC (rev 23191)
@@ -82,10 +82,15 @@
 RUNTIME_DEP_PKGS_CSWgvim += CSWlibgdk-x11-2-0-0
 RUNTIME_DEP_PKGS_CSWgvim += CSWlibbonoboui
 RUNTIME_DEP_PKGS_CSWgvim += CSWlibpango1-0-0
+
+# Needed for the Solaris ld bug
+ifeq ($(shell /usr/bin/uname -p),sparc)
 RUNTIME_DEP_PKGS_CSWgvim += CSWorbit2
 RUNTIME_DEP_PKGS_CSWgvim += CSWlibatk1-0-0
 RUNTIME_DEP_PKGS_CSWgvim += CSWlibgio2-0-0
 RUNTIME_DEP_PKGS_CSWgvim += CSWlibfreetype6
+endif
+#
 
 # It is ok to depend on the base files
 CHECKPKG_OVERRIDES_CSWgvim += surplus-dependency|CSWvimrt

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