Module Name: src
Committed By: cjep
Date: Wed Jun 2 15:03:56 UTC 2021
Modified Files:
src/external/mit/xorg/bin/xcalc [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.5 -r1.5.8.1 src/external/mit/xorg/bin/xcalc/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/xcalc/Makefile
diff -u src/external/mit/xorg/bin/xcalc/Makefile:1.5 src/external/mit/xorg/bin/xcalc/Makefile:1.5.8.1
--- src/external/mit/xorg/bin/xcalc/Makefile:1.5 Mon Jul 8 20:37:33 2019
+++ src/external/mit/xorg/bin/xcalc/Makefile Wed Jun 2 15:03:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/07/08 20:37:33 mrg Exp $
+# $NetBSD: Makefile,v 1.5.8.1 2021/06/02 15:03:56 cjep Exp $
.include <bsd.own.mk>
@@ -7,9 +7,8 @@ SRCS= actions.c math.c xcalc.c
APPDEFS=XCalc XCalc-color
-LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
-DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
- ${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
+LDADD+= ${XLIBLDADD_XAW} -lm
+DPADD+= ${XLIBDPADD_XAW} ${LIBM}
CPPFLAGS+= -DHAVE_STRLCPY -D_CONST_X_STRING