summaryrefslogtreecommitdiff
path: root/net/LaBrea/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/LaBrea/patches/patch-aa')
-rw-r--r--net/LaBrea/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/LaBrea/patches/patch-aa b/net/LaBrea/patches/patch-aa
new file mode 100644
index 00000000000..9ed8a36d8fe
--- /dev/null
+++ b/net/LaBrea/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/10/11 14:49:31 agc Exp $
+
+--- Makefile.orig Thu Sep 13 18:00:00 2001
++++ Makefile Thu Oct 11 15:28:45 2001
+@@ -1,12 +1,8 @@
+ all: LaBrea
+
+-OPTFLAGS = -g -O6 -funroll-loops -frerun-cse-after-loop -finline-functions \
+--mcpu=i686 -fexpensive-optimizations
+-#OPTFLAGS = -g
+-CC = gcc
+-CFLAGS = -Wall `libnet-config --defines` $(OPTFLAGS) $(INCLUDES)
+-LDLIBS = `libnet-config --libs` -lpcap
+-INCLUDES = -I/usr/include/pcap
++CFLAGS= -Wall `libnet-config --defines` $(OPTFLAGS) $(INCLUDES)
++LDLIBS= `libnet-config --libs` -lpcap
++INCLUDES= -I${PREFIX}/include
+
+ LaBrea: LaBrea.o
+