diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-03-02 18:49:36 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-03-26 10:20:18 +0100 |
commit | 8a56a24e868fd924c4f5fb511b31dcdcfbe7aec2 (patch) | |
tree | 7840885fb2dc24132145a660dd1f59a02267dec1 /archivers/py-bup/files/patch-Makefile | |
parent | mail/dovecot-fts-xapian: Update to 1.5.4 (diff) |
archivers/py-bup: upgrade to 0.32
This release should work with Python-3.9.
Release notes at
<https://github.com/bup/bup/blob/master/note/0.32-from-0.31.md>.
PR: 262303
Approved by: maintainer’s time-out
Diffstat (limited to 'archivers/py-bup/files/patch-Makefile')
-rw-r--r-- | archivers/py-bup/files/patch-Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/py-bup/files/patch-Makefile b/archivers/py-bup/files/patch-Makefile index 83685eaab391..a06868c66112 100644 --- a/archivers/py-bup/files/patch-Makefile +++ b/archivers/py-bup/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig 2020-12-15 12:37:40.871053000 -0800 -+++ Makefile 2020-12-15 12:38:46.984653000 -0800 -@@ -28,7 +28,7 @@ +--- Makefile.orig 2021-01-09 22:11:10 UTC ++++ Makefile +@@ -28,7 +28,7 @@ current_sampledata := test/sampledata/var/rev/v$(sampl 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 := -O2 -Wall -Werror -Wformat=2 $(CFLAGS) ++CFLAGS := -Wall $(CFLAGS) + CFLAGS := -Wno-unknown-pragmas -Wsign-compare $(CFLAGS) CFLAGS := -D_FILE_OFFSET_BITS=64 $(PYINCLUDE) $(CFLAGS) SOEXT:=.so - |