diff options
Diffstat (limited to 'x11/XFree86-4-clients/files/patch-programs::xdm::Imakefile')
-rw-r--r-- | x11/XFree86-4-clients/files/patch-programs::xdm::Imakefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/XFree86-4-clients/files/patch-programs::xdm::Imakefile b/x11/XFree86-4-clients/files/patch-programs::xdm::Imakefile new file mode 100644 index 000000000000..df58671f79e5 --- /dev/null +++ b/x11/XFree86-4-clients/files/patch-programs::xdm::Imakefile @@ -0,0 +1,14 @@ +--- programs/xdm/Imakefile.old Wed Jun 30 22:11:46 2004 ++++ programs/xdm/Imakefile Wed Jun 30 22:12:12 2004 +@@ -31,7 +31,11 @@ + #endif + + #if HasSecureRPC ++#if defined(FreeBSDArchitecture) && (OSMajorVersion < 5) ++RPC_DEFINES = -DSECURE_RPC -DFREEBSD_OLD_RPC ++#else + RPC_DEFINES = -DSECURE_RPC ++#endif + RPCOBJS = rpcauth.o + RPCSRCS = rpcauth.c + RPCLIB = -lrpcsvc |