summaryrefslogtreecommitdiff
path: root/databases/emacsql/files/patch-Makefile
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@utahime.org>2021-06-01 22:18:54 -0400
committerGuangyuan Yang <ygy@FreeBSD.org>2021-06-01 22:18:54 -0400
commit585e00a411c08024816bcf8e787014cdd5aa10b7 (patch)
treebb27f73a8569f9c6d106d297839cd980223e572a /databases/emacsql/files/patch-Makefile
parentwww/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-Makefile12
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 \