Link the greeting code in statically like we do on the i386 so that xdm

will work again on FreeBSD/Alpha.

Reviewed by:	gallatin
This commit is contained in:
Steve Price 1999-08-02 00:54:56 +00:00
parent 94258b1506
commit 21a7c53a9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20478
5 changed files with 33 additions and 4 deletions

View file

@ -0,0 +1,11 @@
--- 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)

View file

@ -0,0 +1,11 @@
--- 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)

View file

@ -1286,8 +1286,6 @@ lib/X11/xdm/Xservers
lib/X11/xdm/Xsession
lib/X11/xdm/Xsetup_0
lib/X11/xdm/chooser
lib/X11/xdm/libXdmGreet.so
lib/X11/xdm/libXdmGreet.so.1
lib/X11/xdm/xdm-config
lib/X11/xinit/xinitrc
lib/X11/xkb/compat.dir

11
x11/XFree86/files/patch-6 Normal file
View file

@ -0,0 +1,11 @@
--- 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)

View file

@ -1286,8 +1286,6 @@ lib/X11/xdm/Xservers
lib/X11/xdm/Xsession
lib/X11/xdm/Xsetup_0
lib/X11/xdm/chooser
lib/X11/xdm/libXdmGreet.so
lib/X11/xdm/libXdmGreet.so.1
lib/X11/xdm/xdm-config
lib/X11/xinit/xinitrc
lib/X11/xkb/compat.dir