10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
|
$OpenBSD: patch-Makefile,v 1.1.1.1 2004/04/10 21:21:27 jolan Exp $
|
||
|
--- Makefile.orig 2004-01-25 14:02:26.000000000 +0200
|
||
|
+++ Makefile 2004-01-25 14:02:33.000000000 +0200
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-CFLAGS += -O3
|
||
|
+CFLAGS ?= -O3
|
||
|
.ifdef BZIP2
|
||
|
CFLAGS += -DBZIP2=\"${BZIP2}\"
|
||
|
.endif
|