diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-07-30 22:10:23 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-07-30 22:10:23 +0000 |
commit | b3845ba6788aa7f69391dfd3039a5f20ffd164ad (patch) | |
tree | bed08761cb18804fae93ea937158c5eb168c1d9b /security/cfs/files | |
parent | d132a62a6567ba8e67a939135ae15591612cb8a2 (diff) |
Notes
Diffstat (limited to 'security/cfs/files')
-rw-r--r-- | security/cfs/files/patch-aa | 22 | ||||
-rw-r--r-- | security/cfs/files/patch-ab | 11 |
2 files changed, 33 insertions, 0 deletions
diff --git a/security/cfs/files/patch-aa b/security/cfs/files/patch-aa new file mode 100644 index 000000000000..2adf405acb85 --- /dev/null +++ b/security/cfs/files/patch-aa @@ -0,0 +1,22 @@ +--- Makefile.orig Wed Mar 20 09:59:03 1996 ++++ Makefile Wed Jul 30 12:04:03 1997 +@@ -193,12 +193,18 @@ + ## not sure what to do for NeXT. I think this works: + #CFLAGS=$(COPT) -posix -D_BSD -DANYPORT -I$(RINCLUDES) + ++## use these for FreeBSD ++CFLAGS=$(COPT) -DBSD44 -DANYPORT -DSHORTLINKS ++LIBS=-lrpcsvc ++COMPAT=-lcompat ++RPCOPTS= ++ + + #========================================================================== + # (3/3) CONFIGURE: one last thing + #========================================================================== + # finally, comment out the next line: +-CC=you_forgot_to_edit_the_makefile ++#CC=you_forgot_to_edit_the_makefile + + # now you're done with local configuration. + diff --git a/security/cfs/files/patch-ab b/security/cfs/files/patch-ab new file mode 100644 index 000000000000..46cd6d0e0e0a --- /dev/null +++ b/security/cfs/files/patch-ab @@ -0,0 +1,11 @@ +--- cfs.c.orig Wed Mar 20 09:57:56 1996 ++++ cfs.c Wed Jul 30 12:06:01 1997 +@@ -42,7 +42,7 @@ + + struct in_addr validhost; + +-#if defined(SOLARIS2X) || defined(__NetBSD__) ++#if defined(SOLARIS2X) || defined(__NetBSD__) || defined(__FreeBSD__) + void nfs_program_2(); + void adm_program_2(); + #include <string.h> |