View | Details | Raw Unified | Return to bug 198643 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 16-21 Link Here
16
16
17
.if defined(WITH_LIBNIDS)
17
.if defined(WITH_LIBNIDS)
18
BUILD_DEPENDS+=	${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids
18
BUILD_DEPENDS+=	${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids
19
LIB_DEPENDS+=	libnet.so:${PORTSDIR}/net/libnet
19
ALL_TARGET=	libnids
20
ALL_TARGET=	libnids
20
.else
21
.else
21
ALL_TARGET=	libpcap
22
ALL_TARGET=	libpcap
(-)files/patch-Makefile (+13 lines)
Line 0 Link Here
1
--- Makefile.orig	2015-03-29 11:57:46.000000000 +0300
2
+++ Makefile	2015-03-29 11:58:04.000000000 +0300
3
@@ -7,8 +7,8 @@
4
 PCAP_H = -I/usr/include/pcap
5
 PCAP_L = -lpcap
6
 
7
-NIDS_H = -I/usr/local/include
8
-NIDS_L = -L/usr/local/lib -lnids -lnet -lpcap
9
+NIDS_H = -I/usr/local/include `libnet11-config --cflags`
10
+NIDS_L = -L/usr/local/lib -lnids `libnet11-config --libs` -lpcap
11
 
12
 PROJ = scanlogd
13
 

Return to bug 198643