summaryrefslogtreecommitdiff
path: root/editors/mp/files/patch-makefile.in
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2020-12-31 23:53:20 +0000
committerJason E. Hale <jhale@FreeBSD.org>2020-12-31 23:53:20 +0000
commit1b7cb681fc9e5de2bff3d016c078d9705b49915e (patch)
tree210d038d2409a7c10de05187830f46b83876723a /editors/mp/files/patch-makefile.in
parentNew port: textproc/mp_doccer (diff)
editors/mp: Update to 5.44
Diffstat (limited to 'editors/mp/files/patch-makefile.in')
-rw-r--r--editors/mp/files/patch-makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/mp/files/patch-makefile.in b/editors/mp/files/patch-makefile.in
index e7de233355b4..be2c6b91518e 100644
--- a/editors/mp/files/patch-makefile.in
+++ b/editors/mp/files/patch-makefile.in
@@ -1,7 +1,7 @@
---- makefile.in.orig 2018-02-19 12:22:50 UTC
+--- makefile.in.orig 2020-10-11 16:57:43 UTC
+++ makefile.in
-@@ -36,13 +36,13 @@ dep:
- gcc -MM *.c `cat config.cflags` > makefile.depend
+@@ -52,13 +52,13 @@ mp.zip.o: mp.zip
+ $(LD) -r -b binary mp.zip -o $@
$(APPNAME): $(OBJS) $(MPDM)/libmpdm.a $(MPSL)/libmpsl.a
- $(CCLINK) $(CFLAGS) $(OBJS) `cat config.ldflags` -o $@