aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netmagis-common
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-09-15 13:13:54 +0000
committerChris Rees <crees@FreeBSD.org>2013-09-15 13:13:54 +0000
commit6d7055eb38c13d7321e67a8981e3a071fb5cfa7f (patch)
tree2de1e36d2f2e82e8320b662200c3aac7f955782f /net-mgmt/netmagis-common
parent1e35ab7368a5a1f3a39a62241480a34719680e9f (diff)
downloadports-6d7055eb38c13d7321e67a8981e3a071fb5cfa7f.tar.gz
ports-6d7055eb38c13d7321e67a8981e3a071fb5cfa7f.zip
Allow compilation with clang as well
Submitted by: Pierre David (maintainer)
Notes
Notes: svn path=/head/; revision=327340
Diffstat (limited to 'net-mgmt/netmagis-common')
-rw-r--r--net-mgmt/netmagis-common/files/patch-www-htg-src-Makefile-orig11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/netmagis-common/files/patch-www-htg-src-Makefile-orig b/net-mgmt/netmagis-common/files/patch-www-htg-src-Makefile-orig
new file mode 100644
index 000000000000..00572688070d
--- /dev/null
+++ b/net-mgmt/netmagis-common/files/patch-www-htg-src-Makefile-orig
@@ -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)