summaryrefslogtreecommitdiff
path: root/sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-libevent.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-libevent.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-libevent.patch')
-rw-r--r--sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-libevent.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-libevent.patch b/sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-libevent.patch
new file mode 100644
index 000000000000..057088f3298c
--- /dev/null
+++ b/sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-libevent.patch
@@ -0,0 +1,13 @@
+diff --git a/usr.sbin/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/Makefile
+index 3708edc..efdfcc6 100644
+--- a/usr.sbin/ftp-proxy/Makefile
++++ b/usr.sbin/ftp-proxy/Makefile
+@@ -7,8 +7,6 @@ MAN= ftp-proxy.8
+
+ SRCS= ftp-proxy.c filter.c
+
+-CFLAGS+=-I${SRCTOP}/contrib/pf/libevent
+-
+ LIBADD= event
+
+ WARNS?= 3