mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c554962384
PR: ports/19372 Submitted by: Taguchi, Takesi <taguchi@tohoku.iij.ad.jp> (Maintainer)
12 lines
438 B
Plaintext
12 lines
438 B
Plaintext
--- 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)
|