parent
584a51c136
commit
4a4d4d4b53
@ -0,0 +1,24 @@
|
|||||||
|
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.14.1.tar.gz) = 2219d767555c69cdb47bb46cdeb18362358e9465d6e3a249d75c55e5a9dabd434f44908cb4756fbc12e9a786ee602192c0eb8e9d1932ade43781e80ba029bd67
|
SHA512 (libimagequant-2.15.0.tar.gz) = b856daaf79dd748ed3bb4cdc432dcffebf6678f8dffd6b4b0e79b96ec9c64ebf19597de35cf56ed47d3202947f3f5f208745c2c2c92fadf6c5b62f17e61b3f13
|
||||||
|
Loading…
Reference in new issue