Module Name:    src
Committed By:   mrg
Date:           Tue Jan  7 07:27:51 UTC 2020

Modified Files:
        src/external/mit/xorg/bin/xtrap: Makefile.xtrap
        src/external/mit/xorg/lib/libXaw: Makefile
        src/external/mit/xorg/lib/libXaw6: Makefile

Log Message:
remove no longer necessary -Wno-error usage.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xtrap/Makefile.xtrap
cvs rdiff -u -r1.13 -r1.14 src/external/mit/xorg/lib/libXaw/Makefile
cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/lib/libXaw6/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/xtrap/Makefile.xtrap
diff -u src/external/mit/xorg/bin/xtrap/Makefile.xtrap:1.2 src/external/mit/xorg/bin/xtrap/Makefile.xtrap:1.3
--- src/external/mit/xorg/bin/xtrap/Makefile.xtrap:1.2	Fri Jul  1 01:25:52 2011
+++ src/external/mit/xorg/bin/xtrap/Makefile.xtrap	Tue Jan  7 07:27:50 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.xtrap,v 1.2 2011/07/01 01:25:52 mrg Exp $
+#	$NetBSD: Makefile.xtrap,v 1.3 2020/01/07 07:27:50 mrg Exp $
 
 NOMAN=	1
 
@@ -15,8 +15,3 @@ DPADD+=	${LIBXTRAP} ${LIBXT} ${LIBSM} ${
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
-
-# XXX
-.if defined(HAVE_GCC)
-COPTS+= -Wno-error
-.endif

Index: src/external/mit/xorg/lib/libXaw/Makefile
diff -u src/external/mit/xorg/lib/libXaw/Makefile:1.13 src/external/mit/xorg/lib/libXaw/Makefile:1.14
--- src/external/mit/xorg/lib/libXaw/Makefile:1.13	Tue Mar 19 06:19:44 2019
+++ src/external/mit/xorg/lib/libXaw/Makefile	Tue Jan  7 07:27:50 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2019/03/19 06:19:44 mrg Exp $
+#	$NetBSD: Makefile,v 1.14 2020/01/07 07:27:50 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -75,9 +75,4 @@ X11EXTRAMANTRANSFORMS+= \
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>
 
-# XXX
-.if defined(HAVE_GCC)
-COPTS.XawIm.c+=	-Wno-error
-.endif
-
 CWARNFLAGS.clang+=	-Wno-format

Index: src/external/mit/xorg/lib/libXaw6/Makefile
diff -u src/external/mit/xorg/lib/libXaw6/Makefile:1.9 src/external/mit/xorg/lib/libXaw6/Makefile:1.10
--- src/external/mit/xorg/lib/libXaw6/Makefile:1.9	Sun Jul 19 07:55:07 2015
+++ src/external/mit/xorg/lib/libXaw6/Makefile	Tue Jan  7 07:27:50 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2015/07/19 07:55:07 mrg Exp $
+#	$NetBSD: Makefile,v 1.10 2020/01/07 07:27:50 mrg Exp $
 
 NOCHECKVER=	yes	# we want to install an older version ...
 MKLINKLIB=	no
@@ -37,8 +37,3 @@ PKGDIST=	${LIBOLD}
 
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>
-
-# XXX
-.if defined(HAVE_GCC)
-COPTS.XawIm.c+= -Wno-error
-.endif

Reply via email to