Sha256: 29c02412b1a22b1029497260c198fbf241392d14fa49a2255f16f5134bbe3b2d

Contents?: true

Size: 684 Bytes

Versions: 2

Compression:

Stored size: 684 Bytes

Contents

From edec712120fc7944d314a500395204905a7592fe Mon Sep 17 00:00:00 2001
From: Petko Bordjukov <bordjukov@gmail.com>
Date: Mon, 13 Jun 2016 23:30:46 +0300
Subject: [PATCH 7/7] Use cc instead of gcc by default

---
 configure.bash | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.bash b/configure.bash
index 5bb381d..9784d04 100755
--- a/configure.bash
+++ b/configure.bash
@@ -21,8 +21,8 @@ LDFLAGS="-lpng -lz -llcms2 -lpthread"
 EXTRA_CFLAGS=
 EXTRA_LDFLAGS=
 
-# make gcc default compiler unless CC is already set
-CC=${CC:-gcc}
+# make cc default compiler unless CC is already set
+CC=${CC:-cc}
 
 help() {
     printf "%4s %s\n" "" "$1"
-- 
2.10.2

Version data entries

2 entries across 2 versions & 1 rubygems

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