Module Name:    src
Committed By:   mrg
Date:           Mon Jul 11 08:05:08 UTC 2022

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

Log Message:
find new bitmaps location.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/bitmap/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/bitmap/Makefile
diff -u src/external/mit/xorg/bin/bitmap/Makefile:1.4 src/external/mit/xorg/bin/bitmap/Makefile:1.5
--- src/external/mit/xorg/bin/bitmap/Makefile:1.4	Fri May 31 09:14:18 2013
+++ src/external/mit/xorg/bin/bitmap/Makefile	Mon Jul 11 08:05:08 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2013/05/31 09:14:18 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2022/07/11 08:05:08 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -20,7 +20,7 @@ DPADD+=	${LIBXAW} ${LIBXMU} ${LIBXT} ${L
 
 SUBDIR=	bmtoa atobm app-defaults
 
-.PATH:	${X11SRCDIR.bitmap}
+.PATH:	${X11SRCDIR.bitmap} ${X11SRCDIR.bitmap}/bitmaps
 
 CWARNFLAGS.clang+=	-Wno-format
 

Reply via email to