Module Name: src
Committed By: cjep
Date: Wed Jun 2 14:55:47 UTC 2021
Modified Files:
src/external/mit/xorg/bin/xclipboard [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.3 -r1.3.36.1 src/external/mit/xorg/bin/xclipboard/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/xclipboard/Makefile
diff -u src/external/mit/xorg/bin/xclipboard/Makefile:1.3 src/external/mit/xorg/bin/xclipboard/Makefile:1.3.36.1
--- src/external/mit/xorg/bin/xclipboard/Makefile:1.3 Fri May 31 06:24:05 2013
+++ src/external/mit/xorg/bin/xclipboard/Makefile Wed Jun 2 14:55:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
+# $NetBSD: Makefile,v 1.3.36.1 2021/06/02 14:55:47 cjep Exp $
.include <bsd.own.mk>
@@ -6,9 +6,8 @@ PROG= xclipboard
APPDEFS=XClipboard
-LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
-DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
- ${LIBXPM} ${LIBXEXT} ${LIBX11}
+LDADD+= ${XLIBLDADD_XAW}
+DPADD+= ${XLIBDPADD_XAW}
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
.PATH: ${X11SRCDIR.${PROG}}/man