Module Name:    src
Committed By:   christos
Date:           Sat Nov  9 00:26:06 UTC 2013

Modified Files:
        src/external/bsd/libevent/lib/libevent: Makefile

Log Message:
another gcc workaround


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libevent/lib/libevent/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/bsd/libevent/lib/libevent/Makefile
diff -u src/external/bsd/libevent/lib/libevent/Makefile:1.1 src/external/bsd/libevent/lib/libevent/Makefile:1.2
--- src/external/bsd/libevent/lib/libevent/Makefile:1.1	Thu Apr 11 12:59:16 2013
+++ src/external/bsd/libevent/lib/libevent/Makefile	Fri Nov  8 19:26:06 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/04/11 16:59:16 christos Exp $
+# $NetBSD: Makefile,v 1.2 2013/11/09 00:26:06 christos Exp $
 
 USE_SHLIBDIR=yes
 .include <bsd.own.mk>
@@ -28,4 +28,10 @@ poll.c \
 select.c \
 signal.c
 
+.if defined(HAVE_GCC) && ${HAVE_GCC} == 48
+.if ${MACHINE_ARCH} == "sh3el"
+COPTS.evdns.c=	-O0
+.endif
+.endif
+
 .include <bsd.lib.mk>

Reply via email to