summaryrefslogtreecommitdiff
path: root/editors/easyedit/patches/patch-aa
diff options
context:
space:
mode:
authordholland <dholland>2013-03-30 21:57:25 +0000
committerdholland <dholland>2013-03-30 21:57:25 +0000
commitf0b1a0388203e37c54adcfc05ff42e7aabb0dfa9 (patch)
tree5b1487267d8fbeccfed9b18d2395a9c8d593d27d /editors/easyedit/patches/patch-aa
parent7b6662c96c035da53fdb6d15727a1c314f2f1a03 (diff)
downloadpkgsrc-f0b1a0388203e37c54adcfc05ff42e7aabb0dfa9.tar.gz
General cleanup, via a distfile patch.
- NULL is a pointer. Don't use it for '\0', which is a character. - Silence warnings about unused variables. - Silence clang warnings about format strings. - Fix up the makefile and configure logic, rolling in patch-aa and patch-ab. Make the configure script report what it's doing instead of making wrong decisions silently. - Fix broken build when using system curses instead of the builtin curses subset. (This is not the default, nor apparently recommended, but can happen if the configure script doesn't like you.) - Bump PKGREVISION.
Diffstat (limited to 'editors/easyedit/patches/patch-aa')
-rw-r--r--editors/easyedit/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/easyedit/patches/patch-aa b/editors/easyedit/patches/patch-aa
deleted file mode 100644
index 9f398cef374..00000000000
--- a/editors/easyedit/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/07/03 07:05:10 cjep Exp $
-
---- Makefile.orig 1994-11-21 03:52:00.000000000 +0000
-+++ Makefile
-@@ -15,7 +15,7 @@
- all : localmake buildee
-
- buildee :
-- make -f make.local
-+ ${MAKE} -f make.local
-
- localmake:
- @./create.make