summaryrefslogtreecommitdiff
path: root/misc/remind/patches/patch-aa
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-03-02 06:14:48 +0000
committerkim <kim@pkgsrc.org>1999-03-02 06:14:48 +0000
commitb5e9b809fbabc7a928b90da68ca9609976db9dd3 (patch)
tree4480cc583bd44b223f1f8e43ff6fb911730a4563 /misc/remind/patches/patch-aa
parentde213b2130033a5c9d77d22dc644fb1a3740c94e (diff)
downloadpkgsrc-b5e9b809fbabc7a928b90da68ca9609976db9dd3.tar.gz
remind 3.0.19 -- a calendar/alarm program with interpreted input language
Diffstat (limited to 'misc/remind/patches/patch-aa')
-rw-r--r--misc/remind/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/remind/patches/patch-aa b/misc/remind/patches/patch-aa
new file mode 100644
index 00000000000..96338472648
--- /dev/null
+++ b/misc/remind/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/03/02 06:14:48 kim Exp $
+
+--- src/custom.h.orig Sun Mar 1 16:04:27 1998
++++ src/custom.h Tue Mar 2 00:48:16 1999
+@@ -228,7 +228,7 @@
+ #define PUBLIC
+ #define PRIVATE static
+
+-#ifdef UNIX
++#if defined(UNIX) && !defined(__NetBSD__)
+ #define _POSIX_SOURCE
+ #define _SVID_SOURCE
+ #endif