summaryrefslogtreecommitdiff
path: root/editors/mg/files/patch-GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mg/files/patch-GNUmakefile')
-rw-r--r--editors/mg/files/patch-GNUmakefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/mg/files/patch-GNUmakefile b/editors/mg/files/patch-GNUmakefile
deleted file mode 100644
index 8aaf7ab71e43..000000000000
--- a/editors/mg/files/patch-GNUmakefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- GNUmakefile.orig 2016-01-18 15:01:49 UTC
-+++ GNUmakefile
-@@ -17,16 +17,10 @@ PKG_CONFIG= /usr/bin/pkg-config
- INSTALL= /usr/bin/install
- STRIP= /usr/bin/strip
-
--UNAME:= $(shell uname)
--ifeq ($(UNAME),FreeBSD)
-- BSD_CPPFLAGS:=
-- BSD_LIBS:= -lutil
--else
-- BSD_CPPFLAGS:=$(shell $(PKG_CONFIG) --cflags libbsd-overlay)
-- BSD_LIBS:= $(shell $(PKG_CONFIG) --libs libbsd-overlay)
--endif
-+BSD_CPPFLAGS:=
-+BSD_LIBS:= -lutil
-
--CURSES_LIBS= -lcurses
-+CURSES_LIBS= -lncurses
-
- CC?= gcc
- CFLAGS?= -O2 -pipe