$NetBSD: patch-aa,v 1.1.1.1 2006/04/01 21:47:22 minskim Exp $

--- extconf.rb.orig	2006-03-02 09:35:06.000000000 -0800
+++ extconf.rb
@@ -41,7 +41,7 @@ hfile = File.new("rbcrack.h", 'w')
 hfile.printf("#define CRACK_DICT \"%s\"\n", crack_dict)
 hfile.close
 
-have_header('crack.h') && have_library('crack', 'FascistCheck') or exit 1
+have_header('cracklib/crack.h') && have_library('crack', 'FascistCheck') or exit 1
 
 create_makefile('crack')
 
