Module Name: src Committed By: cjep Date: Wed Jun 2 14:27:56 UTC 2021
Modified Files: src/external/mit/ctwm/bin/ctwm [cjep_sun2x]: Makefile Log Message: Use new X11 LDADD/DPADD flags. Now builds on sun2. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.11.4.1 src/external/mit/ctwm/bin/ctwm/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/ctwm/bin/ctwm/Makefile diff -u src/external/mit/ctwm/bin/ctwm/Makefile:1.11 src/external/mit/ctwm/bin/ctwm/Makefile:1.11.4.1 --- src/external/mit/ctwm/bin/ctwm/Makefile:1.11 Mon Apr 12 03:57:06 2021 +++ src/external/mit/ctwm/bin/ctwm/Makefile Wed Jun 2 14:27:56 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2021/04/12 03:57:06 mrg Exp $ +# $NetBSD: Makefile,v 1.11.4.1 2021/06/02 14:27:56 cjep Exp $ .include <bsd.own.mk> @@ -57,8 +57,8 @@ FILES= 3D_Expand15.xpm 3D_Iconify15.xp xrn-compose.xpm xrn.goodnews.xpm xrn.nonews.xpm xrn.xpm \ xterm.xpm -LDADD+= -lXpm -lXmu -lXt -lSM -lICE -lXext -lX11 -DPADD+= ${LIBXPM} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} +LDADD+= ${XLIBLDADD_XMU_XPM} +DPADD+= ${XLIBDPADD_XMU_XPM} .PATH: ${CTWMDIR} ${CTWMDIR}/xpm ${CTWMDIR}/ext ${CTWMDIR}/gen