Module Name:    src
Committed By:   uwe
Date:           Fri Feb 11 01:36:02 UTC 2022

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

Log Message:
xsetwallpaper: Drop unused -lXpm.

This looks like a commit accident.  Ok mrg@.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/external/mit/xorg/bin/xsetwallpaper/Makefile:1.5
--- src/external/mit/xorg/bin/xsetwallpaper/Makefile:1.4	Wed Feb  9 11:16:45 2022
+++ src/external/mit/xorg/bin/xsetwallpaper/Makefile	Fri Feb 11 01:36:02 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2022/02/09 11:16:45 martin Exp $
+#	$NetBSD: Makefile,v 1.5 2022/02/11 01:36:02 uwe Exp $
 
 NOMAN=		# defined
 
@@ -12,7 +12,7 @@ CPPFLAGS+=	-I${NETBSDSRCDIR}/sys -I${NET
 
 SRCPATH=        ${X11SRCDIR.local}/programs/xsetwallpaper
 
-LDADD+=		-lm -lX11 -lXpm
+LDADD+=		-lm -lX11
 DPADD+=		${LIBM} ${LIBX11}
 
 .PATH:		${X11SRCDIR.local}/programs/xsetwallpaper

Reply via email to