Sha256: deecf1280a18f23812fd73c020f65567231f8d60e07166aed0bb2d71f0f0e0f9

Contents?: true

Size: 528 Bytes

Versions: 2

Compression:

Stored size: 528 Bytes

Contents

From 5a5a34fc2899f79983c46ebe24c83ceee2f3fc79 Mon Sep 17 00:00:00 2001
From: Petko Bordjukov <bordjukov@gmail.com>
Date: Mon, 13 Jun 2016 23:33:27 +0300
Subject: [PATCH 3/4] Use cc by default instead of gcc

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index dbaf850..6735f96 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@
 
 DESTDIR=.
 
-CC = gcc
-LD = gcc
+CC = cc
+LD = cc
 RM = rm -f
 
 # On some platforms you might need to comment this out:
-- 
2.10.2

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
image_compressor_pack-1.0.0.1 ports/patches/pngcrush/0003-Use-cc-by-default-instead-of-gcc.patch
image_compressor_pack-1.0.0.0 ports/patches/pngcrush/0003-Use-cc-by-default-instead-of-gcc.patch