Module Name:    src
Committed By:   mrg
Date:           Wed Feb  9 07:30:35 UTC 2022

Modified Files:
        src/external/mit/xorg/bin/xsetwallpaper: Makefile

Log Message:
fix the build of xsetwallpaper.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xsetwallpaper/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/xsetwallpaper/Makefile
diff -u src/external/mit/xorg/bin/xsetwallpaper/Makefile:1.2 src/external/mit/xorg/bin/xsetwallpaper/Makefile:1.3
--- src/external/mit/xorg/bin/xsetwallpaper/Makefile:1.2	Thu Mar 22 23:46:26 2012
+++ src/external/mit/xorg/bin/xsetwallpaper/Makefile	Wed Feb  9 07:30:35 2022
@@ -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 @@ CPPFLAGS+=	-I${NETBSDSRCDIR}/sys -I${NET
 
 SRCPATH=        ${X11SRCDIR.local}/programs/xsetwallpaper
 
-LDADD+=		-lm -lX11
+LDADD+=		-lm -lX11 -lXpm
 DPADD+=		${LIBM} ${LIBX11}
 
 .PATH:		${X11SRCDIR.local}/programs/xsetwallpaper

Reply via email to