mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
Allow compilation with clang as well
Submitted by: Pierre David (maintainer)
This commit is contained in:
parent
1e35ab7368
commit
6d7055eb38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327340
1 changed files with 11 additions and 0 deletions
|
@ -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)
|
Loading…
Add table
Reference in a new issue