aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2013-09-15 21:13:54 +0800
committercrees <crees@FreeBSD.org>2013-09-15 21:13:54 +0800
commit4ff44295bf54fee5bb9f1380ce67e57947d2a3b0 (patch)
tree2de1e36d2f2e82e8320b662200c3aac7f955782f /net-mgmt
parent6a5eb9eff6b125067d5ec3fea4bbd1b342ef45bd (diff)
downloadfreebsd-ports-gnome-4ff44295bf54fee5bb9f1380ce67e57947d2a3b0.tar.gz
freebsd-ports-gnome-4ff44295bf54fee5bb9f1380ce67e57947d2a3b0.tar.zst
freebsd-ports-gnome-4ff44295bf54fee5bb9f1380ce67e57947d2a3b0.zip
Allow compilation with clang as well
Submitted by: Pierre David (maintainer)
Diffstat (limited to 'net-mgmt')
-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)