diff options
Diffstat (limited to 'sysutils/ruby-quota/files/patch-extconf.rb')
-rw-r--r-- | sysutils/ruby-quota/files/patch-extconf.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/ruby-quota/files/patch-extconf.rb b/sysutils/ruby-quota/files/patch-extconf.rb new file mode 100644 index 000000000000..95ef65b715ff --- /dev/null +++ b/sysutils/ruby-quota/files/patch-extconf.rb @@ -0,0 +1,8 @@ +--- extconf.rb.orig Thu Sep 14 11:26:19 2000 ++++ extconf.rb Thu Jun 21 21:50:09 2001 +@@ -9,4 +9,5 @@ + + have_header("linux/quota.h") # for linux + have_header("sys/fs/ufs_quota.h") # for solaris ++have_header("ufs/ufs/quota.h") # for *bsd + create_makefile("quota") |