svn commit: r308017 - head/graphics/intergif/files

Pietro Cerutti gahr at FreeBSD.org
Fri Nov 30 15:07:21 UTC 2012


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
+ 


More information about the svn-ports-head mailing list