diff options
author | agc <agc@pkgsrc.org> | 2003-11-06 16:22:28 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-11-06 16:22:28 +0000 |
commit | 81dacc5829293ea715d02ed9dc7a185464bd32a7 (patch) | |
tree | 6f658a33f1e0432e15f92c05c149a9ea161067a3 /x11/xdm3d/patches | |
parent | 91964a253001df972b30314e28e61d5bd2379989 (diff) | |
download | pkgsrc-81dacc5829293ea715d02ed9dc7a185464bd32a7.tar.gz |
Let this package build and install in the presence of xpkgwedge.
Diffstat (limited to 'x11/xdm3d/patches')
-rw-r--r-- | x11/xdm3d/patches/patch-ab | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/x11/xdm3d/patches/patch-ab b/x11/xdm3d/patches/patch-ab index bfdb11edb21..b248c6e86ea 100644 --- a/x11/xdm3d/patches/patch-ab +++ b/x11/xdm3d/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.2 2002/03/20 01:52:31 wiz Exp $ +$NetBSD: patch-ab,v 1.3 2003/11/06 16:22:28 agc Exp $ ---- Imakefile.orig Tue Aug 18 16:51:04 1998 -+++ Imakefile Sun Dec 23 11:46:41 2001 +--- Imakefile.orig 1998-08-18 10:51:04.000000000 +0100 ++++ Imakefile 2003-11-06 16:14:00.000000000 +0000 @@ -4,7 +4,7 @@ #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' @@ -11,6 +11,24 @@ $NetBSD: patch-ab,v 1.2 2002/03/20 01:52:31 wiz Exp $ #ifndef BuildChooser #define BuildChooser !SystemV +@@ -135,7 +135,7 @@ + SUBDIRS = $(GREET_DIR) $(XDMCONFIGDIR) + + INCLUDES = $(KRB5_INCLUDE) +-DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) $(DEPXAUTHLIB) $(DEPXDMCPLIB) ++DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) + LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XAUTHLIB) $(XDMCPLIB) $(RPCLIB) $(DLLIBRARY) $(CRYPT_LIBRARIES) + + SRCS1 = auth.c daemon.c server.c dpylist.c dm.c error.c file.c \ +@@ -155,7 +155,7 @@ + #if BuildChooser + SRCS3 = chooser.c + OBJS3 = chooser.o +- DEPLIBS3 = XawClientDepLibs XkbClientDepLibs $(DEPXDMCPLIB) ++ DEPLIBS3 = XawClientDepLibs XkbClientDepLibs + LIBS3 = XawClientLibs XkbClientLibs $(XDMCPLIB) + #endif + @@ -202,18 +202,18 @@ XCOMM XCOMM Do NOT change these lines! |