This commit is contained in:
blue-devil
2020-01-15 23:51:32 +03:00
15 changed files with 422 additions and 23 deletions
@@ -0,0 +1,12 @@
diff -rupN --no-dereference libimagequant-2.12.6/Makefile libimagequant-2.12.6-new/Makefile
--- libimagequant-2.12.6/Makefile 2019-12-30 16:44:13.000000000 +0100
+++ libimagequant-2.12.6-new/Makefile 2019-12-30 22:23:35.196992505 +0100
@@ -114,7 +114,7 @@ install: all $(PKGCONFIG)
install -d $(DESTDIR)$(PKGCONFIGDIR)
install -d $(DESTDIR)$(INCLUDEDIR)
install -m 644 $(STATICLIB) $(DESTDIR)$(LIBDIR)/$(STATICLIB)
- install -m 644 $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIBVER)
+ install -m 755 $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIBVER)
ln -sf $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIB)
install -m 644 $(PKGCONFIG) $(DESTDIR)$(PKGCONFIGDIR)/$(PKGCONFIG)
install -m 644 libimagequant.h $(DESTDIR)$(INCLUDEDIR)/libimagequant.h