summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Villavicencio <the_paya@gentoo.org>2009-01-22 21:06:27 +0000
committerJavier Villavicencio <the_paya@gentoo.org>2009-01-22 21:06:27 +0000
commit229a1f9d4e026cbe2d47737178139bf14ae7adfb (patch)
tree36f692e9af2ad5dc3511b3101ce11ce9adcbfbe5 /sys-freebsd/freebsd-pf/files/freebsd-pf-7.0-libevent.patch
parentFix bug 256040, we need to run eautoreconf when we sed a .am (diff)
downloadhistorical-229a1f9d4e026cbe2d47737178139bf14ae7adfb.tar.gz
historical-229a1f9d4e026cbe2d47737178139bf14ae7adfb.tar.bz2
historical-229a1f9d4e026cbe2d47737178139bf14ae7adfb.zip
Import of the 7.1 ebuilds from gentoo-bsd overlay.
Package-Manager: portage-2.2_rc23/cvs/FreeBSD i386
Diffstat (limited to 'sys-freebsd/freebsd-pf/files/freebsd-pf-7.0-libevent.patch')
-rw-r--r--sys-freebsd/freebsd-pf/files/freebsd-pf-7.0-libevent.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-pf/files/freebsd-pf-7.0-libevent.patch b/sys-freebsd/freebsd-pf/files/freebsd-pf-7.0-libevent.patch
new file mode 100644
index 000000000000..1425db24d975
--- /dev/null
+++ b/sys-freebsd/freebsd-pf/files/freebsd-pf-7.0-libevent.patch
@@ -0,0 +1,12 @@
+--- usr.sbin/ftp-proxy/ftp-proxy/Makefile.orig 2008-06-14 00:01:52 -0300
++++ usr.sbin/ftp-proxy/ftp-proxy/Makefile 2008-06-14 00:03:19 -0300
+@@ -10,8 +10,7 @@
+ CFLAGS+= -I${.CURDIR}/../../../contrib/pf/libevent
+ CFLAGS+= -I${.CURDIR}/../../../sys/contrib/pf
+
+-DPADD= ${LIBEVENT}
+-LDADD= ${LIBEVENT}
++LDADD= -levent
+
+ WARNS?= 2
+