summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-10-27 19:56:49 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-10-27 19:56:49 +0000
commitefd79453d60a819b963a2b326ed4e5e51194fc95 (patch)
tree2f2ab81b7b6431fc137d10d85f730113d71d7c92
parent5a90245e93ae1a649b00d81d86e8059f8fa76f80 (diff)
libX11 now requires libXau and libXdmcp. Reflect this in imake configuration
so that ports still using imake build on architectures with static only libs. Requested by mbalmer@.
-rw-r--r--util/cf/X11.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/cf/X11.tmpl b/util/cf/X11.tmpl
index 95400c14d..95c362fe7 100644
--- a/util/cf/X11.tmpl
+++ b/util/cf/X11.tmpl
@@ -2479,8 +2479,8 @@ SharedLibReferences(EXTENSION,Xext,$(XEXTLIBSRC),SOXEXTREV,SharedXextRev)
ProjectUnsharedLibReferences(EXTENSION,Xext,$(XEXTLIBSRC),XBuildLibDir)
#endif
LINTEXTENSIONLIB = $(LINTEXTENSION)
- DEPXLIB = $(DEPEXTENSIONLIB) $(DEPXONLYLIB)
- XLIB = $(EXTENSIONLIB) $(XONLYLIB)
+ DEPXLIB = $(DEPEXTENSIONLIB) $(DEPXONLYLIB) $(DEPXDMCPLIB) $(DEPXAUTHLB)
+ XLIB = $(EXTENSIONLIB) $(XONLYLIB) $(XDMCPLIB) $(XAUTHLIB)
LINTXLIB = $(LINTXONLYLIB)
XSSLIBSRC = $(LIBSRC)/Xss