Module Name: src
Committed By: cjep
Date: Wed Jun 2 15:04:23 UTC 2021
Modified Files:
src/external/mit/xorg/bin/xbiff [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.8.1 src/external/mit/xorg/bin/xbiff/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/xbiff/Makefile
diff -u src/external/mit/xorg/bin/xbiff/Makefile:1.3 src/external/mit/xorg/bin/xbiff/Makefile:1.3.8.1
--- src/external/mit/xorg/bin/xbiff/Makefile:1.3 Mon Jul 15 05:41:16 2019
+++ src/external/mit/xorg/bin/xbiff/Makefile Wed Jun 2 15:04:23 2021
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2019/07/15 05:41:16 mrg Exp $
+# $NetBSD: Makefile,v 1.3.8.1 2021/06/02 15:04:23 cjep Exp $
.include <bsd.own.mk>
PROG= xbiff
SRCS= xbiff.c Mailbox.c
-LDADD+= -lXext -lXaw -lXmu -lXt -lX11 -lSM -lICE -lXau
-DPADD+= ${LIBXEXT} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBX11} ${LIBSM} ${LIBICE} \
- ${LIBXAU}
+LDADD+= ${XLIBLDADD_XAW}
+DPADD+= ${XLIBDPADD_XAW}
CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
CPPFLAGS+= -D_CONST_X_STRING