diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-10-12 11:36:17 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-10-12 12:00:36 +0900 |
commit | e4302a7752d5ba77adad871f98a387c417371e74 (patch) | |
tree | 3bf0f9cd7719a34ec9743beca3011c78085e9303 /databases/emacsql/files/patch-Makefile | |
parent | net/mpd5: do not use negative value for socket backlog (diff) |
databases/emacsql: Update to 3.1.0
Changes: https://github.com/magit/emacsql/compare/3747260...3.1.0
Diffstat (limited to 'databases/emacsql/files/patch-Makefile')
-rw-r--r-- | databases/emacsql/files/patch-Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/databases/emacsql/files/patch-Makefile b/databases/emacsql/files/patch-Makefile deleted file mode 100644 index f3ffc1349e85..000000000000 --- a/databases/emacsql/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig 2021-05-17 18:22:23 UTC -+++ Makefile -@@ -7,8 +7,7 @@ - .POSIX: - .SUFFIXES: .el .elc - EMACS = emacs --LDFLAGS = -L ../pg --BATCH = $(EMACS) -batch -Q -L . -L tests $(LDFLAGS) -+BATCH = $(EMACS) -batch -Q -L . -L tests $(LOAD_PATH) - - EL = emacsql-compiler.el \ - emacsql.el \ |