From 16dbc04ff2d4b293f3db7fd79068925817890a7f Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 29 Sep 2002 06:17:40 +0000 Subject: Fix build (removal of ) --- misc/xquote/files/patch-ae | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/xquote/files/patch-ae (limited to 'misc') diff --git a/misc/xquote/files/patch-ae b/misc/xquote/files/patch-ae new file mode 100644 index 000000000000..ffb87a7190cd --- /dev/null +++ b/misc/xquote/files/patch-ae @@ -0,0 +1,11 @@ +--- color.c.orig Sat Sep 28 23:16:31 2002 ++++ color.c Sat Sep 28 23:16:43 2002 +@@ -25,7 +25,7 @@ + + #include + +-#if !defined(__NetBSD__) ++#if !defined(__NetBSD__) && !defined(__FreeBSD__) + #include + #endif + -- cgit