aboutsummaryrefslogtreecommitdiff
path: root/editors/mg/files/patch-Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-23 20:18:14 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-23 20:18:14 +0000
commit0dcc8837b70e8ee4751d38bda030a6e58e63f232 (patch)
treebe745c20cbfd619a0efd1d6dfc024d884a27165b /editors/mg/files/patch-Makefile
parent68cb68c92f2b9b59f8c0e11fa0e899e7a467b2a9 (diff)
Notes
Diffstat (limited to 'editors/mg/files/patch-Makefile')
-rw-r--r--editors/mg/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/mg/files/patch-Makefile b/editors/mg/files/patch-Makefile
new file mode 100644
index 000000000000..fa86826ccd80
--- /dev/null
+++ b/editors/mg/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2016-01-07 18:55:54 UTC
++++ Makefile
+@@ -2,7 +2,7 @@
+
+ PROG= mg
+
+-LDADD+= -lcurses -lutil
++LDADD+= -lncurses -lutil
+ DPADD+= ${LIBCURSES} ${LIBUTIL}
+
+ # (Common) compile-time options: