1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Respect $CC in subdir as well

This commit is contained in:
Johan van Selst 2014-01-25 17:37:38 +00:00
parent d83463ad80
commit 3831534ed6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341064

View File

@ -0,0 +1,10 @@
--- charset/Makefile.in.orig 2014-01-25 18:34:47.000000000 +0100
+++ charset/Makefile.in 2014-01-25 18:34:49.000000000 +0100
@@ -1,7 +1,6 @@
srcdir = @srcdir@
VPATH = @srcdir@
-CC = gcc
CPPFLAGS=-I. -I.. -DXERR
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@