aboutsummaryrefslogtreecommitdiff
path: root/net/httpry/files
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-10-17 17:07:30 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-10-17 17:07:30 +0000
commit28c2f570c39a155ad7cd24f015ca8c6657c4c7e9 (patch)
treefd7ae9048e0b752a090b3cc0c36f561f30374bc2 /net/httpry/files
parent0966b81bb56071cfcfd48637407c05d932a48e30 (diff)
downloadports-28c2f570c39a155ad7cd24f015ca8c6657c4c7e9.tar.gz
ports-28c2f570c39a155ad7cd24f015ca8c6657c4c7e9.zip
Notes
Diffstat (limited to 'net/httpry/files')
-rw-r--r--net/httpry/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/httpry/files/patch-Makefile b/net/httpry/files/patch-Makefile
index 6c1bc281aa66..09f72eb9a1cf 100644
--- a/net/httpry/files/patch-Makefile
+++ b/net/httpry/files/patch-Makefile
@@ -6,7 +6,7 @@
-CC = gcc
-CCFLAGS = -Wall -O3 -funroll-loops -I/usr/include/pcap -I/usr/local/include/pcap
-+CCFLAGS = ${CFLAGS} -I/usr/include/pcap -I/usr/local/include/pcap
++CCFLAGS = ${CFLAGS} -I/usr/include/pcap -I${LOCALBASE}/include/pcap
DEBUGFLAGS = -Wall -g -DDEBUG -I/usr/include/pcap -I/usr/local/include/pcap
LIBS = -lpcap
PROG = httpry