1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/rlwrap/files/patch-rlwrap.h
Hye-Shik Chang 6d80918d43 o Update to 0.12
o Check __FreeBSD_version < 500018 which doesn't have libreadline 4.2

PR:		38454, 39640
Submitted by:	Tilman Linneweh <tilman@arved.de>,
		KATO Tsuguru <tkato@prontomail.com>
2002-07-04 07:11:43 +00:00

14 lines
249 B
C

--- rlwrap.h.orig Tue Sep 11 06:02:47 2001
+++ rlwrap.h Mon Mar 4 07:37:19 2002
@@ -36,6 +36,10 @@
#include <stdlib.h>
#include <time.h>
+#ifdef HAVE_GETOPT_LONG
+#include <getopt.h>
+#endif
+
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif