Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/bin/xsetwallpaper fix the build of xsetwal...
details: https://anonhg.NetBSD.org/src/rev/52d2233aad8a
branches: trunk
changeset: 360014:52d2233aad8a
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Feb 09 07:30:35 2022 +0000
description:
fix the build of xsetwallpaper.
diffstat:
external/mit/xorg/bin/xsetwallpaper/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r da77fa87a46c -r 52d2233aad8a external/mit/xorg/bin/xsetwallpaper/Makefile
--- a/external/mit/xorg/bin/xsetwallpaper/Makefile Tue Feb 08 22:36:02 2022 +0000
+++ b/external/mit/xorg/bin/xsetwallpaper/Makefile Wed Feb 09 07:30:35 2022 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/03/22 23:46:26 joerg Exp $
-
-NOMAN= # defined
+# $NetBSD: Makefile,v 1.3 2022/02/09 07:30:35 mrg Exp $
.include <bsd.own.mk>
@@ -12,7 +10,7 @@
SRCPATH= ${X11SRCDIR.local}/programs/xsetwallpaper
-LDADD+= -lm -lX11
+LDADD+= -lm -lX11 -lXpm
DPADD+= ${LIBM} ${LIBX11}
.PATH: ${X11SRCDIR.local}/programs/xsetwallpaper
Home |
Main Index |
Thread Index |
Old Index