Date: Sun, 15 Sep 2013 13:13:55 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327340 - head/net-mgmt/netmagis-common/files Message-ID: <201309151313.r8FDDta4001025@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Sun Sep 15 13:13:54 2013 New Revision: 327340 URL: http://svnweb.freebsd.org/changeset/ports/327340 Log: Allow compilation with clang as well Submitted by: Pierre David (maintainer) Added: head/net-mgmt/netmagis-common/files/patch-www-htg-src-Makefile-orig (contents, props changed) Added: head/net-mgmt/netmagis-common/files/patch-www-htg-src-Makefile-orig ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/netmagis-common/files/patch-www-htg-src-Makefile-orig Sun Sep 15 13:13:54 2013 (r327340) @@ -0,0 +1,11 @@ +--- www/htg/src/Makefile.orig 2013-09-15 14:12:23.902026199 +0100 ++++ www/htg/src/Makefile 2013-09-15 14:12:30.908039058 +0100 +@@ -3,7 +3,7 @@ + TCLCFLAGS = -I/usr/local/include/tcl8.5 + TCLLFLAGS = -L/usr/local/lib -ltcl85 -lm + +-CC = gcc -Wall ++CC = cc -Wall + #DEBUG = -g + OPT = -O + CFLAGS = $(DEBUG) $(OPT) $(TCLCFLAGS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309151313.r8FDDta4001025>