ports/misc/bsdiff/patches/patch-Makefile

9 lines
206 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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