Module Name: src
Committed By: cjep
Date: Wed Jun 2 15:02:43 UTC 2021
Modified Files:
src/external/mit/xorg/bin/xcompmgr [cjep_sun2x]: Makefile
Log Message:
Use x11 variables for LDADD and DPADD. Now builds on sun2.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.4.1 src/external/mit/xorg/bin/xcompmgr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/xcompmgr/Makefile
diff -u src/external/mit/xorg/bin/xcompmgr/Makefile:1.1 src/external/mit/xorg/bin/xcompmgr/Makefile:1.1.4.1
--- src/external/mit/xorg/bin/xcompmgr/Makefile:1.1 Fri Oct 16 08:28:17 2020
+++ src/external/mit/xorg/bin/xcompmgr/Makefile Wed Jun 2 15:02:43 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/10/16 08:28:17 nia Exp $
+# $NetBSD: Makefile,v 1.1.4.1 2021/06/02 15:02:43 cjep Exp $
.include <bsd.own.mk>
@@ -6,8 +6,8 @@ PROG= xcompmgr
LDADD+= -lm -lXcomposite -lXdamage -lXfixes -lXrender
DPADD+= ${LIBM} ${LIBXCOMPOSITE} ${LIBXDAMAGE} ${LIBXFIXES} ${LIBXRENDER}
-LDADD+= -lX11 -lXext
-DPADD+= ${LIBX11} ${LIBXEXT}
+LDADD+= ${XLIBLDADD_XEXT}
+DPADD+= ${XLIBDPADD_XEXT}
.PATH: ${X11SRCDIR.${PROG}}
.PATH: ${X11SRCDIR.${PROG}}/man