Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/libvdpau it is CPPFLAGS for -D etc oth...



details:   https://anonhg.NetBSD.org/src/rev/36eb52611a5b
branches:  trunk
changeset: 449593:36eb52611a5b
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 12 11:05:09 2019 +0000

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

diffstat:

 external/mit/xorg/lib/libvdpau/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f566c899ace4 -r 36eb52611a5b external/mit/xorg/lib/libvdpau/Makefile
--- a/external/mit/xorg/lib/libvdpau/Makefile   Tue Mar 12 10:32:35 2019 +0000
+++ b/external/mit/xorg/lib/libvdpau/Makefile   Tue Mar 12 11:05:09 2019 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index