diff options
Diffstat (limited to 'net/ruby-nis/files')
-rw-r--r-- | net/ruby-nis/files/patch-extconf.rb | 13 | ||||
-rw-r--r-- | net/ruby-nis/files/patch-yp.c | 10 |
2 files changed, 0 insertions, 23 deletions
diff --git a/net/ruby-nis/files/patch-extconf.rb b/net/ruby-nis/files/patch-extconf.rb deleted file mode 100644 index 8f15e895e352..000000000000 --- a/net/ruby-nis/files/patch-extconf.rb +++ /dev/null @@ -1,13 +0,0 @@ ---- extconf.rb.orig Fri Apr 20 14:38:57 2001 -+++ extconf.rb Thu Jun 21 21:24:05 2001 -@@ -6,8 +6,8 @@ - nis_h = have_header('rpcsvc/nis.h') - ypclnt_h = have_header('rpcsvc/ypclnt.h') - ypprot_h = have_header('rpcsvc/yp_prot.h') --libnsl = have_library('nsl') -+have_library('nsl') - --if( libnsl && ypclnt_h && ypprot_h ) -+if( have_func("yp_all") && ypclnt_h && ypprot_h ) - create_makefile('nis') - end diff --git a/net/ruby-nis/files/patch-yp.c b/net/ruby-nis/files/patch-yp.c deleted file mode 100644 index a0cfae6260b5..000000000000 --- a/net/ruby-nis/files/patch-yp.c +++ /dev/null @@ -1,10 +0,0 @@ ---- yp.c.orig Fri Apr 20 16:07:42 2001 -+++ yp.c Thu Jun 21 21:30:30 2001 -@@ -3,6 +3,7 @@ - */ - - #include "nis.h" -+#include <rpc/rpc.h> - #include <rpcsvc/ypclnt.h> - #include <rpcsvc/yp_prot.h> - |