diff options
author | steve <steve@FreeBSD.org> | 2000-01-01 06:42:40 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-01 06:42:40 +0800 |
commit | 6654d01fa5c53215fa8c650b2d2d3f69fc3ceffb (patch) | |
tree | f8f5931089f516e3dfb7cec1d52bee696e288f9f /net/rdist6 | |
parent | f1f8b31c1c3fa88d6421af645d609b1f7f22b28a (diff) | |
download | freebsd-ports-graphics-6654d01fa5c53215fa8c650b2d2d3f69fc3ceffb.tar.gz freebsd-ports-graphics-6654d01fa5c53215fa8c650b2d2d3f69fc3ceffb.tar.zst freebsd-ports-graphics-6654d01fa5c53215fa8c650b2d2d3f69fc3ceffb.zip |
Tell the build process that we have paths.h so we get the correct
path to sendmail compiled into the rdist6 binary.
PR: 14548
Diffstat (limited to 'net/rdist6')
-rw-r--r-- | net/rdist6/files/patch-ag | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/net/rdist6/files/patch-ag b/net/rdist6/files/patch-ag index e2a078941bd..b45e812a6a3 100644 --- a/net/rdist6/files/patch-ag +++ b/net/rdist6/files/patch-ag @@ -1,8 +1,18 @@ -*** config/os-freebsd2.h.dist Fri Feb 16 02:53:50 1996 ---- config/os-freebsd2.h Fri May 17 16:40:31 1996 +*** config/os-freebsd2.h.dist Mon Nov 9 21:59:55 1998 +--- config/os-freebsd2.h Fri Dec 31 15:49:02 1999 *************** -*** 157,159 **** ---- 157,160 ---- +*** 116,121 **** +--- 116,122 ---- + */ + #define HAVE_FCHOWN /* Have fchown() */ + #define HAVE_FCHMOD /* Have fchmod() */ ++ #define HAVE_PATHS_H /* Have paths.h */ + #define HAVE_SELECT /* Have select() */ + #define HAVE_SAVED_IDS /* Have POSIX style saved [ug]id's */ + #define POSIX_SIGNALS /* Have POSIX signals */ +*************** +*** 131,133 **** +--- 132,135 ---- * that which appears in "include/paths.h". */ #define _PATH_REMSH "/usr/bin/rsh" /**/ |