freebsd-ports/security/sfs/files/patch-nfsclient
Pav Lucistnik 9c9dc348bf - Add patch for NFS headers and unbreak build
- Use UID/GID 171, 71 belongs to Oracle
- Use USE_LIBTOOL and remove .la files
- Use DOCSDIR macro in pkg-plist

PR:		ports/66933
Submitted by:	leeym
Approved by:	maintainer
2004-05-21 23:29:24 +00:00

20 lines
543 B
Text

--- nfsconf.h.orig Wed May 19 22:42:39 2004
+++ nfsconf.h Wed May 19 22:43:24 2004
@@ -33,6 +33,7 @@
# include <nfs/nfs.h>
#endif /* NEED_NFS_NFS_H */
#if NEED_NFSCLIENT_NFS_H
+# include <nfs/nfsproto.h>
# include <nfsclient/nfs.h>
#endif /* NEED_NFSCLIENT_NFS_H */
#if NEED_NFS_MOUNT_H
--- configure.orig Wed May 19 22:43:05 2004
+++ configure Wed May 19 22:41:46 2004
@@ -9661,6 +9661,7 @@
cat >conftest.$ac_ext <<_ACEOF
#line 9662 "configure"
#include "confdefs.h"
+#include <nfs/nfsproto.h>
#include <nfsclient/nfs.h>
_ACEOF