2013-09-26 17:14:40 +02:00

14 lines
448 B
Plaintext

$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')