HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/sysutils/ciso-maker/files/patch-Makefile
--- Makefile.orig	2014-09-13 15:12:12.000000000 +0000
+++ Makefile	2014-09-13 15:12:41.000000000 +0000
@@ -1,13 +1,9 @@
 DESTDIR= 
 PREFIX=	/usr/local/
-CC=	gcc
+CC?=	llvm
 
 INSTALL = install
 
-#.if ${CC} == "clang"
-#CFLAGS+=	-Wno-format -Wno-tautological-compare
-#.endif
-
 all : ciso-maker
 ciso-maker : ciso.o
 	${CC} -o ciso-maker ciso.o -lz