1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Allow compilation with clang as well

Submitted by:	Pierre David (maintainer)
This commit is contained in:
Chris Rees 2013-09-15 13:13:54 +00:00
parent 1e35ab7368
commit 6d7055eb38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327340

View File

@ -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)