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/ad592db646da
branches: trunk
changeset: 997550:ad592db646da
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 10fb429437fa -r ad592db646da 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