[csw-devel] SF.net SVN: gar:[21013] csw/mgar/pkg/netatalk/trunk/Makefile
slowfranklin at users.sourceforge.net
slowfranklin at users.sourceforge.net
Mon May 6 19:25:26 CEST 2013
Revision: 21013
http://gar.svn.sourceforge.net/gar/?rev=21013&view=rev
Author: slowfranklin
Date: 2013-05-06 17:25:25 +0000 (Mon, 06 May 2013)
Log Message:
-----------
netatalk/trunk: Adopt libgpg-error dep hack for sparc
Modified Paths:
--------------
csw/mgar/pkg/netatalk/trunk/Makefile
Modified: csw/mgar/pkg/netatalk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/netatalk/trunk/Makefile 2013-05-06 16:51:10 UTC (rev 21012)
+++ csw/mgar/pkg/netatalk/trunk/Makefile 2013-05-06 17:25:25 UTC (rev 21013)
@@ -36,8 +36,11 @@
RUNTIME_DEP_PKGS += CSWlibiconv2
RUNTIME_DEP_PKGS += CSWlibldap2-4-2
RUNTIME_DEP_PKGS += CSWbdb48
-RUNTIME_DEP_PKGS += CSWlibgpg-error0
+# Don't know yet why but this dependency is only picked under sparc
+RUNTIME_DEP_PKGS_sparc = CSWlibgpg-error0
+RUNTIME_DEP_PKGS += $(RUNTIME_DEP_PKGS_$(GARCH))
+
# Patches are in upstream and will be in 3.0.4
PATCHFILES += 0000-Add-rpath-for-bdb.patch
PATCHFILES += 0001-Fix-use-of-unnamed-union-inside-struct.patch
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