mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
6d80918d43
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>
14 lines
249 B
C
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
|