SF.net SVN: gar:[26339] csw/mgar/pkg/brotli/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Jan 24 13:27:15 CET 2018


Revision: 26339
          http://sourceforge.net/p/gar/code/26339
Author:   dmichelsen
Date:     2018-01-24 12:27:15 +0000 (Wed, 24 Jan 2018)
Log Message:
-----------
brotli/trunk: Fix dependencies

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

Modified: csw/mgar/pkg/brotli/trunk/Makefile
===================================================================
--- csw/mgar/pkg/brotli/trunk/Makefile	2018-01-24 12:17:07 UTC (rev 26338)
+++ csw/mgar/pkg/brotli/trunk/Makefile	2018-01-24 12:27:15 UTC (rev 26339)
@@ -10,15 +10,6 @@
 MASTER_SITES = https://github.com/google/brotli/archive/
 DISTFILES  = $(DISTNAME).tar.gz
 
-lrwxrwxrwx   1 dam      csw           24 Jan 24 11:26 libbrotlicommon.so.1 -> libbrotlicommon.so.1.0.2
--rwxr-xr-x   1 dam      csw       128300 Jan 24 11:26 libbrotlicommon.so.1.0.2
-lrwxrwxrwx   1 dam      csw           21 Jan 24 11:26 libbrotlidec.so -> libbrotlidec.so.1.0.2
-lrwxrwxrwx   1 dam      csw           21 Jan 24 11:26 libbrotlidec.so.1 -> libbrotlidec.so.1.0.2
--rwxr-xr-x   1 dam      csw        53680 Jan 24 11:26 libbrotlidec.so.1.0.2
-lrwxrwxrwx   1 dam      csw           21 Jan 24 11:26 libbrotlienc.so -> libbrotlienc.so.1.0.2
-lrwxrwxrwx   1 dam      csw           21 Jan 24 11:26 libbrotlienc.so.1 -> libbrotlienc.so.1.0.2
--rwxr-xr-x   1 dam      csw       696900 Jan 24 11:26 libbrotlienc.so.1.0.2
-
 PACKAGES += CSWlibbrotlicommon1
 SPKG_DESC_CSWlibbrotlicommon1 = Brotli compression format, libbrotlicommon.so.1
 PKGFILES_CSWlibbrotlicommon1 += $(call pkgfiles_lib,libbrotlicommon.so.1)
@@ -42,8 +33,9 @@
 SPKG_DESC_CSWbrotli = Brotli compression format
 PKGFILES_CSWbrotli += $(call baseisadirs,$(bindir),brotli)
 RUNTIME_DEP_PKGS_CSWbrotli += CSWlibbrotlidec1
-RUNTIME_DEP_PKGS_CSWbrotli += CSWlibbrotlicommon1
 RUNTIME_DEP_PKGS_CSWbrotli += CSWlibbrotlienc1
+RUNTIME_DEP_PKGS_CSWbrotli-sparc += CSWlibbrotlicommon1
+RUNTIME_DEP_PKGS_CSWbrotli += $(RUNTIME_DEP_PKGS_CSWbrotli-$(GARCH))
 
 BUILD64 = 1
 ISAEXEC = 1

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