pkgsrc/www/squirm/patches/patch-aa
rillig fb6c9138bd Imported squirm.
Squirm is a fast and configurable redirector for the Squid Internet
Object Cache.
2006-10-02 17:12:19 +00:00

24 lines
604 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2006/10/02 17:12:19 rillig Exp $
--- Makefile.real.orig 1998-03-11 09:23:51.000000000 +0100
+++ Makefile.real 2006-09-27 12:01:51.000000000 +0200
@@ -1,9 +1,9 @@
# Makefile for Squirm
#
-OFILES = squirm.o main.o config.o log.o lists.o regex.o
+OFILES = squirm.o main.o config.o log.o lists.o regex-0.12/regex.o
-HFILES = squirm.h paths.h lists.h log.h regex.h
+HFILES = squirm.h paths.h lists.h log.h regex-0.12/regex.h
CC=gcc
#CC=checkergcc
@@ -13,7 +13,6 @@ CC=gcc
BINARIES = squirm
-CFLAGS = -O3 -Wall -funroll-loops
#CFLAGS = -Wall -g
all: $(BINARIES)