summaryrefslogtreecommitdiff
path: root/net/3proxy/files/patch-Makefile.FreeBSD
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/3proxy/files/patch-Makefile.FreeBSD17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/3proxy/files/patch-Makefile.FreeBSD b/net/3proxy/files/patch-Makefile.FreeBSD
deleted file mode 100644
index df90951823c1..000000000000
--- a/net/3proxy/files/patch-Makefile.FreeBSD
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.FreeBSD.orig 2021-07-01 16:59:57 UTC
-+++ Makefile.FreeBSD
-@@ -10,11 +10,11 @@
- BUILDDIR = ../bin/
- CC ?= gcc
-
--CFLAGS = -c -O -fno-strict-aliasing -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL
-+CFLAGS += -c -DNOODBC -DFD_SETSIZE=4096 -DWITH_POLL
- COUT = -o
- LN ?= ${CC}
--LDFLAGS = -pthread -O -fno-strict-aliasing
--# -lpthreads may be reuqired on some platforms instead of -pthreads
-+LDFLAGS += -pthread
-+# -lpthreads may be required on some platforms instead of -pthreads
- # -ldl or -lld may be required for some platforms
- DCFLAGS = -fPIC
- DLFLAGS = -shared