summaryrefslogtreecommitdiff
path: root/comms/xlog/files/patch-ad
diff options
context:
space:
mode:
authorPatrick S. Gardella <patrick@FreeBSD.org>2002-11-05 19:14:30 +0000
committerPatrick S. Gardella <patrick@FreeBSD.org>2002-11-05 19:14:30 +0000
commit8eecc07db54f3714de68a37a4cc3d2eaa5d54e8e (patch)
treecc4c4f6556294d7eff52ec4e0c800fe4d9911bed /comms/xlog/files/patch-ad
parentMark 2 targets as .PHONY in main Makefile. Fixes 2 PRs that both complain (diff)
Create port for xlog, an amateur radio logging app
Notes
Notes: svn path=/head/; revision=69535
Diffstat (limited to 'comms/xlog/files/patch-ad')
-rw-r--r--comms/xlog/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/xlog/files/patch-ad b/comms/xlog/files/patch-ad
new file mode 100644
index 000000000000..67a5ab7e85bc
--- /dev/null
+++ b/comms/xlog/files/patch-ad
@@ -0,0 +1,11 @@
+--- intl/dcigettext.c.orig Tue Nov 5 11:32:40 2002
++++ intl/dcigettext.c Tue Nov 5 11:33:55 2002
+@@ -58,7 +58,7 @@
+ #include <stdlib.h>
+
+ #include <string.h>
+-#if !HAVE_STRCHR && !defined _LIBC
++#if !HAVE_STRCHR && !defined _LIBC && !defined __FreeBSD__
+ # ifndef strchr
+ # define strchr index
+ # endif