summaryrefslogtreecommitdiff
path: root/www/squirm/patches/patch-aa
blob: 4d08870700aa6069bc2d6f6b58e5146157dc49fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$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)