ports/archivers/py-bup/files/patch-Makefile
2021-05-23 14:40:47 +08:00

11 lines
438 B
Text

--- Makefile.orig 2020-12-15 12:37:40.871053000 -0800
+++ Makefile 2020-12-15 12:38:46.984653000 -0800
@@ -28,7 +28,7 @@
os := $(shell ($(pf); uname | sed 's/[-_].*//') $(isok))
os := $(call shout,$(os),Unable to determine OS)
-CFLAGS := -Wall -Wformat=2 -O2 -Werror -Wno-unknown-pragmas $(CFLAGS)
+CFLAGS := -Wall -O2 -Wno-unknown-pragmas $(PYINCLUDE) $(CFLAGS)
CFLAGS := -D_FILE_OFFSET_BITS=64 $(PYINCLUDE) $(CFLAGS)
SOEXT:=.so