Module Name:    src
Committed By:   christos
Date:           Mon Jul  8 01:06:57 UTC 2024

Modified Files:
        src/external/mit/xorg/bin/xeyes: Makefile

Log Message:
fix SSP build.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/bin/xeyes/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/xeyes/Makefile
diff -u src/external/mit/xorg/bin/xeyes/Makefile:1.6 src/external/mit/xorg/bin/xeyes/Makefile:1.7
--- src/external/mit/xorg/bin/xeyes/Makefile:1.6	Wed Jul  3 20:33:28 2024
+++ src/external/mit/xorg/bin/xeyes/Makefile	Sun Jul  7 21:06:57 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2024/07/04 00:33:28 mrg Exp $
+#	$NetBSD: Makefile,v 1.7 2024/07/08 01:06:57 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -15,6 +15,8 @@ DPADD+=	${LIBXMU} ${LIBXT} ${LIBSM} ${LI
 
 CPPFLAGS+=	-DPACKAGE_STRING=\"${PACKAGE_STRING}\"
 
+COPTS.Eyes.c += -Wno-error=stack-protector
+
 .PATH:	${X11SRCDIR.${PROG}}
 .PATH:	${X11SRCDIR.${PROG}}/man
 

Reply via email to