diff options
| author | Yasuhiro Kimura <yasu@utahime.org> | 2021-06-01 22:18:54 -0400 |
|---|---|---|
| committer | Guangyuan Yang <ygy@FreeBSD.org> | 2021-06-01 22:18:54 -0400 |
| commit | 585e00a411c08024816bcf8e787014cdd5aa10b7 (patch) | |
| tree | bb27f73a8569f9c6d106d297839cd980223e572a /databases/emacsql/files/patch-Makefile | |
| parent | www/civetweb: New port: Embedded C/C++ web server (diff) | |
databases/emacsql: New port: High-level Emacs Lisp RDBMS front-end
PR: 255958
Approved by: lwhsu (mentor)
Diffstat (limited to 'databases/emacsql/files/patch-Makefile')
| -rw-r--r-- | databases/emacsql/files/patch-Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/emacsql/files/patch-Makefile b/databases/emacsql/files/patch-Makefile new file mode 100644 index 000000000000..f3ffc1349e85 --- /dev/null +++ b/databases/emacsql/files/patch-Makefile @@ -0,0 +1,12 @@ +--- 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 \ |
