Module Name:    src
Committed By:   christos
Date:           Tue Mar 12 11:05:09 UTC 2019

Modified Files:
        src/external/mit/xorg/lib/libvdpau: Makefile

Log Message:
it is CPPFLAGS for -D etc otherwise lint breaks!


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/libvdpau/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/lib/libvdpau/Makefile
diff -u src/external/mit/xorg/lib/libvdpau/Makefile:1.2 src/external/mit/xorg/lib/libvdpau/Makefile:1.3
--- src/external/mit/xorg/lib/libvdpau/Makefile:1.2	Sun Mar 10 08:44:58 2019
+++ src/external/mit/xorg/lib/libvdpau/Makefile	Tue Mar 12 07:05:09 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2019/03/10 12:44:58 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2019/03/12 11:05:09 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,7 @@ SRCS=	vdpau_wrapper.c \
 VDPAU_SYSCONFDIR=	${X11ETCDIR}/vdpau
 VDPAU_MODULEDIR=	${X11LIBDIR}/vdpau
 
-CFLAGS+=	-DVDPAU_SYSCONFDIR=\"${VDPAU_SYSCONFDIR}\" \
+CPPFLAGS+=	-DVDPAU_SYSCONFDIR=\"${VDPAU_SYSCONFDIR}\" \
 		-DVDPAU_MODULEDIR=\"${VDPAU_MODULEDIR}\"
 
 SHLIB_MAJOR=	1

Reply via email to