SF.net SVN: gar:[23695] csw/mgar/pkg/apcupsd/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Fri May 23 15:00:56 CEST 2014


Revision: 23695
          http://sourceforge.net/p/gar/code/23695
Author:   lblume
Date:     2014-05-23 13:00:55 +0000 (Fri, 23 May 2014)
Log Message:
-----------
apcupsd/trunk: Update Deps; add workaround for ld bug

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

Modified: csw/mgar/pkg/apcupsd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apcupsd/trunk/Makefile	2014-05-23 12:40:31 UTC (rev 23694)
+++ csw/mgar/pkg/apcupsd/trunk/Makefile	2014-05-23 13:00:55 UTC (rev 23695)
@@ -42,9 +42,18 @@
 RUNTIME_DEP_PKGS_CSWapcups-gui += CSWlibgdk-pixbuf2-0-0
 RUNTIME_DEP_PKGS_CSWapcups-gui += CSWlibgobject2-0-0
 RUNTIME_DEP_PKGS_CSWapcups-gui += CSWlibglib2-0-0
-RUNTIME_DEP_PKGS_CSWapcups-gui += CSWpango
 RUNTIME_DEP_PKGS_CSWapcups-gui += CSWlibgtk-x11-2-0-0
+RUNTIME_DEP_PKGS_CSWapcups-gui += CSWlibpango1-0-0
 
+###
+# Needed for the Solaris ld bug
+ifeq ($(shell /usr/bin/uname -p),sparc)
+RUNTIME_DEP_PKGS_CSWapcups-gui += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWapcups-gui += CSWlibwrap1
+RUNTIME_DEP_PKGS_CSWapcups-gui += CSWlibfreetype6
+endif
+###
+
 # We need this for libusb and I definitely want this from Sun
 CHECKPKG_OVERRIDES_CSWapcups-gui += bad-rpath-entry|/usr/sfw/lib|opt/csw/bin/gapcmon
 

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