freebsd-ports/x11/XFree86/files/patch-6
Steve Price 21a7c53a9d Link the greeting code in statically like we do on the i386 so that xdm
will work again on FreeBSD/Alpha.

Reviewed by:	gallatin
1999-08-02 00:54:56 +00:00

11 lines
438 B
Text

--- programs/xdm/Imakefile.orig Sun Aug 1 15:28:12 1999
+++ programs/xdm/Imakefile Sun Aug 1 15:33:53 1999
@@ -20,7 +20,7 @@
*/
#ifndef SharedLibXdmGreet
#define SharedLibXdmGreet \
- ((defined(AlphaArchitecture) && \
+ ((defined(AlphaArchitecture) && !defined(FreeBSDArchitecture) && \
(!defined(NetBSDArchitecture) || \
(defined(NetBSDArchitecture) && HasSharedLibraries))) || \
SystemV4)