Module Name: src
Committed By: christos
Date: Wed Aug 17 09:20:14 UTC 2011
Modified Files:
src/external/bsd/fetch/lib: Makefile
Log Message:
remove gcc hacks.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/fetch/lib/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/fetch/lib/Makefile
diff -u src/external/bsd/fetch/lib/Makefile:1.7 src/external/bsd/fetch/lib/Makefile:1.8
--- src/external/bsd/fetch/lib/Makefile:1.7 Tue Aug 9 09:00:58 2011
+++ src/external/bsd/fetch/lib/Makefile Wed Aug 17 05:20:14 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/08/09 13:00:58 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2011/08/17 09:20:14 christos Exp $
LIB= fetch
SRCS= fetch.c common.c ftp.c http.c file.c
@@ -37,8 +37,3 @@
${LIBFETCHDIR}/http.errors > ${.TARGET}
.include <bsd.lib.mk>
-
-.if ${HAVE_GCC} == 45
-# XXX
-COPTS.ftp.c+= ${${ACTIVE_CC} == "gcc":?-Wno-array-bounds:}
-.endif