summaryrefslogtreecommitdiff
path: root/editors/manedit/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/manedit/patches/patch-ab')
-rw-r--r--editors/manedit/patches/patch-ab41
1 files changed, 12 insertions, 29 deletions
diff --git a/editors/manedit/patches/patch-ab b/editors/manedit/patches/patch-ab
index 87b0e944b56..b65a43431fb 100644
--- a/editors/manedit/patches/patch-ab
+++ b/editors/manedit/patches/patch-ab
@@ -1,30 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2001/02/10 00:07:41 hubertf Exp $
+$NetBSD: patch-ab,v 1.3 2001/06/11 20:58:33 zuntum Exp $
---- Makefile.orig Fri Feb 9 01:18:25 2001
-+++ Makefile
-@@ -18,7 +18,6 @@
- # You may modify any value as needed. Change only the ones you are
- # absolutly sure that requires modification.
- #
--PREFIX = /usr
-
-
- # ########################################################################
-@@ -49,7 +48,7 @@
- # to debug the program.
- #
- #CFLAGS = `gtk-config --cflags` -g -efence -Wall
--CFLAGS = `gtk-config --cflags` -O2 -Wall
-+CFLAGS+= `gtk-config --cflags` -Wall
-
- CPPFLAGS = -D__cplusplus -Dc_plusplus
-
-@@ -95,8 +94,6 @@
- #
- include Makefile.srclist
-
--CC = gcc
--CPP = g++
- BIN = manedit
- OBJ_C = $(SRC_C:.c=.o)
- OBJ_CPP = $(SRC_CPP:.cpp=.o)
+--- ../include/os.h.orig Tue Mar 27 03:39:01 2001
++++ ../include/os.h
+@@ -58,7 +58,7 @@
+ # define _PATH_DEVNULL "/dev/null"
+ #endif
+
+-#if !defined(_AIX) && !defined(__FreeBSD__)
++#if !defined(_AIX) && !defined(__FreeBSD__) && !defined(__NetBSD__)
+ # ifndef _PATH_MAILDIR
+ # define _PATH_MAILDIR "/var/spool/mail"
+ # endif