diff options
Diffstat (limited to 'devel/ruby-sysvipc/files/patch-extconf.rb')
-rw-r--r-- | devel/ruby-sysvipc/files/patch-extconf.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ruby-sysvipc/files/patch-extconf.rb b/devel/ruby-sysvipc/files/patch-extconf.rb new file mode 100644 index 000000000000..3dd0e613eca6 --- /dev/null +++ b/devel/ruby-sysvipc/files/patch-extconf.rb @@ -0,0 +1,10 @@ +--- extconf.rb.orig Mon Sep 11 14:01:18 2006 ++++ extconf.rb Mon Oct 16 09:57:09 2006 +@@ -9,6 +9,7 @@ + header = cpp_include(header) + if try_compile(<<"SRC", opt, &b) + #{COMMON_HEADERS} ++#include <sys/types.h> + #{header} + /*top*/ + int |