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/dns/validns/files/patch-Makefile
--- Makefile.orig	2014-02-11 20:08:39 UTC
+++ Makefile
@@ -1,7 +1,7 @@
 # The following options seem to work fine on Linux, FreeBSD, and Darwin
-OPTIMIZE=-O2 -g
-CFLAGS=-Wall -Werror -pthread -fno-strict-aliasing
-INCPATH=-I/usr/local/include -I/opt/local/include -I/usr/local/ssl/include
+#OPTIMIZE=-O2 -g
+CFLAGS+=-Wall -Wno-unused-function -Werror -pthread
+INCPATH=-I$(LOCALBASE)/include -I$(OPENSSLINC)
 CC?=cc
 
 # These additional options work on Solaris/gcc to which I have an access