[csw-devel] SF.net SVN: gar:[9961] csw/mgar/pkg/gnupg2/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon May 24 16:17:46 CEST 2010
Revision: 9961
http://gar.svn.sourceforge.net/gar/?rev=9961&view=rev
Author: wahwah
Date: 2010-05-24 14:17:46 +0000 (Mon, 24 May 2010)
Log Message:
-----------
gnupg2: You can't add a dependency for a modulation, what was I thinking? Using $(GARCH) for the dependency. This makes the dependencies different on sparcv and x86 architectures.
Modified Paths:
--------------
csw/mgar/pkg/gnupg2/trunk/Makefile
Modified: csw/mgar/pkg/gnupg2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnupg2/trunk/Makefile 2010-05-24 12:12:22 UTC (rev 9960)
+++ csw/mgar/pkg/gnupg2/trunk/Makefile 2010-05-24 14:17:46 UTC (rev 9961)
@@ -71,8 +71,8 @@
RUNTIME_DEP_PKGS_common += CSWreadline
RUNTIME_DEP_PKGS_common += CSWzlib
-RUNTIME_DEP_PKGS_common_isa-sparcv9 += CSWpth
-RUNTIME_DEP_PKGS_common += $(RUNTIME_DEP_PKGS_common_$(MODULATION))
+RUNTIME_DEP_PKGS_common_sparc += CSWpth
+RUNTIME_DEP_PKGS_common += $(RUNTIME_DEP_PKGS_common_$(GARCH))
# Not because of shared libraries.
RUNTIME_DEP_PKGS_CSWgnupg2 += CSWgnupg-agent
@@ -85,9 +85,9 @@
RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWpinentry
CHECKPKG_OVERRIDES_CSWgnupg-agent += surplus-dependency|CSWpinentry
-RUNTIME_DEP_PKGS_CSWgnupg-agent_isa-sparcv9 += CSWpth
+RUNTIME_DEP_PKGS_CSWgnupg-agent_sparc += CSWpth
-RUNTIME_DEP_PKGS_CSWgnupg-agent += $(RUNTIME_DEP_PKGS_CSWgnupg-agent_$(MODULATION))
+RUNTIME_DEP_PKGS_CSWgnupg-agent += $(RUNTIME_DEP_PKGS_CSWgnupg-agent_$(GARCH))
RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWgcrypt
RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWggettextrt
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