svn commit: r329928 - head/sysutils/hoz/files

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 9 21:01:22 UTC 2013


On Wed, Oct 09, 2013 at 08:44:15PM +0000, Jose Alonso Cardenas Marquez wrote:
> Author: acm
> Date: Wed Oct  9 20:44:15 2013
> New Revision: 329928
> URL: http://svnweb.freebsd.org/changeset/ports/329928
> 
> Log:
>   - Respect CC
>   
>   Reported by:	pkg-fallout
> 
> Modified:
>   head/sysutils/hoz/files/patch-src_Makefile
> 
> Modified: head/sysutils/hoz/files/patch-src_Makefile
> ==============================================================================
> --- head/sysutils/hoz/files/patch-src_Makefile	Wed Oct  9 20:40:54 2013	(r329927)
> +++ head/sysutils/hoz/files/patch-src_Makefile	Wed Oct  9 20:44:15 2013	(r329928)
> @@ -1,6 +1,10 @@
> ---- Makefile.orig	Mon Jan 12 17:23:38 2004
> -+++ Makefile	Sun Sep 18 16:35:03 2005
> -@@ -4,14 +4,13 @@
> +--- Makefile	2004-01-12 11:23:38.000000000 -0500
> ++++ Makefile	2013-10-09 15:41:27.000000000 -0500
> +@@ -1,17 +1,16 @@
> + 
> +-CC = gcc
> ++CC ?= gcc
> + 
>   OBJ = hoz.o hozgtk.o hozgtk_c.o hozgtk_i.o hozgtk_s.o hozcli.o
>   LINKOBJ  = hoz.o hozcli.o
>   GLINKOBJ  = hoz.o hozgtk.o hozgtk_c.o hozgtk_i.o hozgtk_s.o

the right fix here is 
MAKE_ARGS+=	CC="${CC}"

not to patch upstream makefile

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20131009/431ba3b2/attachment.sig>


More information about the svn-ports-all mailing list