Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2012 15:07:20 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308017 - head/graphics/intergif/files
Message-ID:  <201211301507.qAUF7KfK005202@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Fri Nov 30 15:07:20 2012
New Revision: 308017
URL: http://svnweb.freebsd.org/changeset/ports/308017

Log:
  - Fix build with clang
  
  Feature safe:	yes

Added:
  head/graphics/intergif/files/patch-src-makefile.ix   (contents, props changed)

Added: head/graphics/intergif/files/patch-src-makefile.ix
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/intergif/files/patch-src-makefile.ix	Fri Nov 30 15:07:20 2012	(r308017)
@@ -0,0 +1,11 @@
+--- src/makefile.ix.orig	2012-11-30 16:05:40.000000000 +0100
++++ src/makefile.ix	2012-11-30 16:06:20.000000000 +0100
+@@ -10,7 +10,7 @@
+ Link=cc
+ LinkFlags = -o $@
+ cc = cc
+-CCflags = -O6 --unsigned-char -c -Wall -Wno-unused
++CCflags = -O6 --unsigned-char -c -Wall -Wno-unused ${CFLAGS}
+ 
+ .SUFFIXES: .c .o
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211301507.qAUF7KfK005202>