summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-08-02 00:54:56 +0000
committerSteve Price <steve@FreeBSD.org>1999-08-02 00:54:56 +0000
commit21a7c53a9d575b62a7edb4a731cc2ddd41fb89cf (patch)
tree1386a3b836df546a7369c0b54bb63a56d715ecfe /x11/XFree86-4-libraries
parentupgrade to 2.43 (diff)
Link the greeting code in statically like we do on the i386 so that xdm
will work again on FreeBSD/Alpha. Reviewed by: gallatin
Notes
Notes: svn path=/head/; revision=20478
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r--x11/XFree86-4-libraries/files/patch-611
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-6 b/x11/XFree86-4-libraries/files/patch-6
new file mode 100644
index 000000000000..82ba1e24384d
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-6
@@ -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)