Revision: 24824 http://sourceforge.net/p/gar/code/24824 Author: dmichelsen Date: 2015-04-08 09:32:57 +0000 (Wed, 08 Apr 2015) Log Message: ----------- adobereader/trunk: No more special path handling, acroread ships all libs himself and adding other ones causes harm
Modified Paths: -------------- csw/mgar/pkg/adobereader/trunk/Makefile Modified: csw/mgar/pkg/adobereader/trunk/Makefile =================================================================== --- csw/mgar/pkg/adobereader/trunk/Makefile 2015-04-08 02:00:19 UTC (rev 24823) +++ csw/mgar/pkg/adobereader/trunk/Makefile 2015-04-08 09:32:57 UTC (rev 24824) @@ -46,13 +46,6 @@ CHECKPKG_OVERRIDES += bad-rpath-entry CHECKPKG_OVERRIDES += soname-not-found -# Can't check the library depepdency as this is done via LD_LIBRARY_PATH in the run scri\xC3pt -CHECKPKG_OVERRIDES_sparc += surplus-dependency|CSWpango -CHECKPKG_OVERRIDES += $(CHECKPKG_OVERRIDES_$(GARCH)) - -RUNTIME_DEP_PKGS_sparc = CSWpango -RUNTIME_DEP_PKGS = $(RUNTIME_DEP_PKGS_$(GARCH)) - include gar/category.mk install-custom: @@ -77,8 +70,3 @@ done; @$(MAKECOOKIE) -# The older Sparc version needs libpangoxft-1.0.so.0 from CSWpango (or another location) -# Make sure it can be found by explicitly setting LD_LIBRARY_PATH in environment setting -post-install-isa-sparcv8: - perl -i -npe 'if( /^ACRO_LD_LIBRARY_PATH=/ ) { print "LD_LIBRARY_PATH=$(libdir)\n" }' $(DESTDIR)$(sharedstatedir)/Adobe/Reader$(MAJORVERSION_$(GARCH))/bin/acroread - @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.