don't bother defining XORG_RELEASE. not only was the value wrong, it's
not used anymore.
This commit is contained in:
parent
df37607337
commit
df0b856aa0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2016/06/10 03:42:14 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2016/11/21 08:43:49 snj Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -110,7 +110,6 @@ IDRIVERS= mouse keyboard acecad calcomp citron digitaledge \
|
|||
|
||||
CPPFLAGS.xf86Bus.c= -DBUILDERADDR='"xfree86@xfree86.org"'
|
||||
CPPFLAGS.xf86Init.c= -DOSNAME='"NetBSD/${MACHINE} ${OS_RELEASE} -"' \
|
||||
-DXORG_RELEASE='"Release 1.4.2"' \
|
||||
-DBUILDERADDR='"xorg@xorg.org"' \
|
||||
-DOSVENDOR='" The NetBSD Foundation, Inc."'
|
||||
CPPFLAGS.xf86Globals.c= -DDEFAULT_LOGPREFIX='"/var/log/Xorg."' \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2016/11/21 08:09:54 snj Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2016/11/21 08:43:49 snj Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -110,7 +110,6 @@ IDRIVERS= mouse keyboard acecad calcomp citron digitaledge \
|
|||
|
||||
CPPFLAGS.xf86Bus.c= -DBUILDERADDR='"xfree86@xfree86.org"'
|
||||
CPPFLAGS.xf86Init.c= -DOSNAME='"NetBSD/${MACHINE} ${OS_RELEASE} -"' \
|
||||
-DXORG_RELEASE='"Release 1.4.2"' \
|
||||
-DBUILDERADDR='"xorg@xorg.org"' \
|
||||
-DOSVENDOR='" The NetBSD Foundation, Inc."'
|
||||
CPPFLAGS.xf86Globals.c= -DDEFAULT_MODULE_PATH='"${X11USRLIBDIR}/modules"'
|
||||
|
|
Loading…
Reference in New Issue