freebsd-ports/www/ufdbguard/files/patch-src_mtserver_Makefile.in
Fernando Apesteguía e196b0f29a www/ufdbguard: update to 1.35.3
ChangeLog: https://www.urlfilterdb.com/products/releases.html

While here, pet linters

PR:	250957
Submitted by:	timp87@gmail.com (maintainer)
2020-11-17 17:37:53 +00:00

11 lines
316 B
Text

--- src/mtserver/Makefile.in.orig 2020-11-01 13:42:44 UTC
+++ src/mtserver/Makefile.in
@@ -16,7 +16,7 @@
CC = @CC@
CXX = @CXX@
-CFLAGS = @CFLAGS@ -I. -I.. # -DUFDB_TEST_PROXY
+CFLAGS = @CFLAGS@ -D__BSD_VISIBLE=1 -I. -I..
CXXFLAGS= @CXXFLAGS@ -I. -I..
CPPFLAGS= @CPPFLAGS@
LDFLAGS = @LDFLAGS@