$OpenBSD: patch-Rakefile,v 1.2 2008/10/27 19:16:10 pirofti Exp $
--- Rakefile.orig	Thu Oct 16 16:58:37 2008
+++ Rakefile	Thu Oct 16 16:58:59 2008
@@ -171,7 +171,7 @@ task :default => [:package]
 win_spec = base_spec.clone
 win_spec.extensions = []
 ## win_spec.platform = Gem::Platform::WIN32 # deprecated
-win_spec.platform = 'mswin32'
+win_spec.platform = Gem::Platform::CURRENT
 win_spec.files += ["lib/#{SO_NAME}"]
 
 desc "Create Windows Gem"
