svn commit: r327340 - head/net-mgmt/netmagis-common/files
Chris Rees
crees at FreeBSD.org
Sun Sep 15 13:13:55 UTC 2013
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)
More information about the svn-ports-head
mailing list