aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby16-shim-ruby18
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-11-01 17:15:51 +0800
committerknu <knu@FreeBSD.org>2003-11-01 17:15:51 +0800
commitf3a4ae59fb419bf0f34fa27fdbe510b179fd83c6 (patch)
tree7fd596461f00df32e90ecb5595100b910dfdfaea /lang/ruby16-shim-ruby18
parent5f8fb5c69df3e049a5bd676b30c917c7f64ed4b3 (diff)
downloadfreebsd-ports-graphics-f3a4ae59fb419bf0f34fa27fdbe510b179fd83c6.tar.gz
freebsd-ports-graphics-f3a4ae59fb419bf0f34fa27fdbe510b179fd83c6.tar.zst
freebsd-ports-graphics-f3a4ae59fb419bf0f34fa27fdbe510b179fd83c6.zip
Fix build on 4-STABLE. Sorry.
Reported by: many
Diffstat (limited to 'lang/ruby16-shim-ruby18')
-rw-r--r--lang/ruby16-shim-ruby18/files/patch-wait.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/lang/ruby16-shim-ruby18/files/patch-wait.c b/lang/ruby16-shim-ruby18/files/patch-wait.c
new file mode 100644
index 00000000000..06686ee2cbe
--- /dev/null
+++ b/lang/ruby16-shim-ruby18/files/patch-wait.c
@@ -0,0 +1,25 @@
+Index: ext/io/wait/wait.c
+===================================================================
+RCS file: /src/shim/ruby16/ext/io/wait/wait.c,v
+retrieving revision 1.1
+retrieving revision 1.2
+diff -u -r1.1 -r1.2
+--- ext/io/wait/wait.c 19 Oct 2003 20:40:52 -0000 1.1
++++ ext/io/wait/wait.c 1 Nov 2003 09:09:35 -0000 1.2
+@@ -3,7 +3,7 @@
+ io/wait.c -
+
+ $Author: knu $
+- $Date: 2003/10/19 20:40:52 $
++ $Date: 2003/11/01 09:09:35 $
+ created at: Tue Aug 28 09:08:06 JST 2001
+
+ All the files in this distribution are covered under the Ruby's
+@@ -14,6 +14,7 @@
+ #include "ruby.h"
+ #include "rubyio.h"
+
++#include <sys/time.h>
+ #include <sys/types.h>
+ #include FIONREAD_HEADER
+
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-2/+1 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-292-1/+4 * Update to KDE 3.1.2lioux2003-05-202-4/+4 * Rejoice, for the long awaited upgrade to kde 3.1.1 is here!alane2003-04-062-2/+4 * pkg-comment police: Purge them in this category while I'm here.foxfair2003-02-262-1/+1 * Upgrade kde-i18n to 3.1. Note that the following modules did not get awill2003-01-292-16/+153 * Change main category to chinese so pkgdb doesn't get sick over a missingalane2002-10-162-2/+1 * 1. Removed comments from pkg-plist files per will's request.alane2002-10-112-2/+3 * Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-253-4/+7 * 1. Changed the lib depends on gettext to a build depends. This will meanalane2002-08-031-2/+2 * Bump PORTREVISION. KDE is fragile enough in its dependencies; we don'talane2002-08-021-0/+1 * Chase shlib rev of devel/gettextade2002-08-021-1/+1 * Fix MASTER_SITE_SUBDIR.will2002-07-101-1/+1 * Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-053-21/+15 * Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-163-2/+14 * Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-22