Module Name:    src
Committed By:   tls
Date:           Sun Aug 10 07:00:41 UTC 2014

Modified Files:
        src/x11/lib/GLU [tls-earlyentropy]: Makefile

Log Message:
Rebase.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.2.1 src/x11/lib/GLU/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/x11/lib/GLU/Makefile
diff -u src/x11/lib/GLU/Makefile:1.10 src/x11/lib/GLU/Makefile:1.10.2.1
--- src/x11/lib/GLU/Makefile:1.10	Thu Sep 12 17:14:20 2013
+++ src/x11/lib/GLU/Makefile	Sun Aug 10 07:00:41 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2013/09/12 17:14:20 joerg Exp $
+#	$NetBSD: Makefile,v 1.10.2.1 2014/08/10 07:00:41 tls Exp $
 
 NOLINT=		1	# XTODO: tess.ln SIGSEGVs lint :(
 
@@ -69,7 +69,7 @@ LIBDPLIBS=\
 .include <bsd.lib.mk>
 
 # Many const char * vs char * issues in xsrc/xfree
-.if defined(HAVE_GCC) && ${HAVE_GCC} >= 45
+.if defined(HAVE_GCC)
 # XXX -Wno-deprecated doesn't work?
 CXXFLAGS+=	-Wno-error
 .endif

Reply via email to