summaryrefslogtreecommitdiff
path: root/security/ruby-password/patches/patch-aa
blob: 241e80bcb1d367d4cd3aa1ff10deeeb112fab68e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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')