SF.net SVN: gar:[25418] csw/mgar/pkg/pinentry/trunk/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Thu Nov 26 14:51:07 CET 2015
Revision: 25418
http://sourceforge.net/p/gar/code/25418
Author: lblume
Date: 2015-11-26 13:51:07 +0000 (Thu, 26 Nov 2015)
Log Message:
-----------
pinentry/trunk: Adjust deps for ld bug
Modified Paths:
--------------
csw/mgar/pkg/pinentry/trunk/Makefile
Modified: csw/mgar/pkg/pinentry/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pinentry/trunk/Makefile 2015-11-26 10:46:51 UTC (rev 25417)
+++ csw/mgar/pkg/pinentry/trunk/Makefile 2015-11-26 13:51:07 UTC (rev 25418)
@@ -44,6 +44,15 @@
RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibgtk-x11-2-0-0
RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibassuan0
+###
+# Needed for the Solaris ld bug
+ifeq ($(shell /usr/bin/uname -p),sparc)
+RUNTIME_DEP_PKGS_CSWpinentry += CSWlibgnugetopt0
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibgnugetopt0
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibfreetype6
+endif
+###
# This is passed to curses/, but not pinentry/
EXTRA_CPPFLAGS += -I$(includedir)/ncurses
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