$OpenBSD: patch-Rakefile,v 1.2 2009/01/31 13:04:22 bernd Exp $
--- Rakefile.orig	Thu Jan  1 01:00:00 1970
+++ Rakefile	Sat Jan 31 13:59:23 2009
@@ -13,7 +13,7 @@ REV = (`#{ENV['GIT'] || "git"} rev-list HEAD`.split.le
 VERS = ENV['VERSION'] || "0.6" + (REV ? ".#{REV}" : "")
 PKG = "#{NAME}-#{VERS}"
 BIN = "*.{bundle,jar,so,obj,pdb,lib,def,exp,class}"
-ARCHLIB = "lib/#{::Config::CONFIG['arch']}"
+ARCHLIB = "lib"
 CLEAN.include ["ext/hpricot_scan/#{BIN}", "ext/fast_xs/#{BIN}", "lib/**/#{BIN}", ARCHLIB,
                'ext/fast_xs/Makefile', 'ext/hpricot_scan/Makefile', 
                '**/.*.sw?', '*.gem', '.config', 'pkg']
