SF.net SVN: gar:[23692] csw/mgar/pkg/gnome-base/libgnomeui/trunk/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Thu May 22 15:25:27 CEST 2014
Revision: 23692
http://sourceforge.net/p/gar/code/23692
Author: lblume
Date: 2014-05-22 13:25:24 +0000 (Thu, 22 May 2014)
Log Message:
-----------
gnome-base/libgnomeui/trunk: Add workaround for ld bug
Modified Paths:
--------------
csw/mgar/pkg/gnome-base/libgnomeui/trunk/Makefile
Modified: csw/mgar/pkg/gnome-base/libgnomeui/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnome-base/libgnomeui/trunk/Makefile 2014-05-22 13:10:13 UTC (rev 23691)
+++ csw/mgar/pkg/gnome-base/libgnomeui/trunk/Makefile 2014-05-22 13:25:24 UTC (rev 23692)
@@ -55,6 +55,14 @@
RUNTIME_DEP_PKGS_CSWlibgnomeui-dev = CSWlibgnomeui2-0
+###
+# Needed for the Solaris ld bug
+ifeq ($(shell /usr/bin/uname -p),sparc)
+RUNTIME_DEP_PKGS_CSWlibgnomeui2-0 += CSWorbit2
+RUNTIME_DEP_PKGS_CSWlibgnomeui2-0 += CSWlibfreetype6
+endif
+###
+
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
EXTRA_LDFLAGS = -lm
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