parent
4a4d4d4b53
commit
c996dc07b5
@ -1,24 +0,0 @@
|
|||||||
From aaf1fc320b1109c194eb094a26a9d4b67326d4a5 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Markus <zyxar@users.noreply.github.com>
|
|
||||||
Date: Tue, 11 May 2021 23:21:47 +0800
|
|
||||||
Subject: [PATCH] Fixes Makefile for imagequant.pc
|
|
||||||
|
|
||||||
removing extra `@`s in produced imagequant.pc which was introduced for cmake building
|
|
||||||
closes #54
|
|
||||||
---
|
|
||||||
Makefile | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/Makefile b/Makefile
|
|
||||||
index 8eeea63..3210d54 100644
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -134,7 +134,7 @@ ifeq ($(filter %clean %distclean, $(MAKECMDGOALS)), )
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(PKGCONFIG): config.mk
|
|
||||||
- sed 's|PREFIX|$(PREFIX)|;s|VERSION|$(VERSION)|' < imagequant.pc.in > $(PKGCONFIG)
|
|
||||||
+ sed 's|@PREFIX@|$(PREFIX)|;s|@VERSION@|$(VERSION)|' < imagequant.pc.in > $(PKGCONFIG)
|
|
||||||
|
|
||||||
.PHONY: all static shared clean dist distclean dll java cargo
|
|
||||||
.DELETE_ON_ERROR:
|
|
@ -1 +1 @@
|
|||||||
SHA512 (libimagequant-2.15.0.tar.gz) = b856daaf79dd748ed3bb4cdc432dcffebf6678f8dffd6b4b0e79b96ec9c64ebf19597de35cf56ed47d3202947f3f5f208745c2c2c92fadf6c5b62f17e61b3f13
|
SHA512 (libimagequant-2.15.1.tar.gz) = 56bc8b73859908774ce0a218cfbec81bfb8432c02ddce83880990b5f5ac89ac253ae64ecde43a9664aab3ac69d309bb9ef8ba2201be6c93aacb731b3214ff4b8
|
||||||
|
Loading…
Reference in new issue