From 906095ed83528451f53207fd64443d51bbf8ad58 Mon Sep 17 00:00:00 2001 From: anholt Date: Mon, 7 Oct 2002 02:13:29 +0000 Subject: Fix XFree86-4-clients build on alpha by disabling SharedLibXdmGreet. No difference on non-alpha, and gets alpha building with this version, so no PORTREVISION bump. PR: 43663 --- x11/XFree86-4-libraries/files/patch-d | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/XFree86-4-libraries/files/patch-d b/x11/XFree86-4-libraries/files/patch-d index b6d06c824c3a..0b413d45abd7 100644 --- a/x11/XFree86-4-libraries/files/patch-d +++ b/x11/XFree86-4-libraries/files/patch-d @@ -1,5 +1,5 @@ ---- config/cf/FreeBSD.cf.orig Wed Sep 18 18:18:59 2002 -+++ config/cf/FreeBSD.cf Wed Sep 18 18:19:36 2002 +--- config/cf/FreeBSD.cf.orig Sun Oct 6 18:14:59 2002 ++++ config/cf/FreeBSD.cf Sun Oct 6 18:28:12 2002 @@ -43,11 +43,15 @@ #define GccUsesGas YES #define UseGas YES @@ -116,3 +116,14 @@ #endif #ifndef PreIncDir +@@ -509,6 +530,10 @@ + + #ifndef PamLibraries + #define PamLibraries -lpam DlLibrary ++#endif ++ ++#ifndef SharedLibXdmGreet ++# define SharedLibXdmGreet NO + #endif + + /* -- cgit