mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
f6e8c60aa9
on URLs and Perl Compatible Regular Expressions (http://www.pcre.org/). PR: ports/88395 Submitted by: Elisey Savateev <b3k@mail.ru>
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
--- Makefile.bak Sat Oct 29 09:55:05 2005
|
|
+++ Makefile Wed Nov 2 12:52:41 2005
|
|
@@ -4,7 +4,7 @@
|
|
SQUID_GROUP=nogroup
|
|
|
|
CC=gcc -Wall
|
|
-INCLUDE=-I/usr/include -I/usr/local/include -I/usr/include/pcre
|
|
+INCLUDE=-I/usr/include -I/usr/local/include -I/usr/local/include/pcre
|
|
LIBS=-L/lib `pcre-config --libs`
|
|
|
|
### Don't edit
|