Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpam/libpam remove gcc-4.5 hacks
details: https://anonhg.NetBSD.org/src/rev/9520f1c96560
branches: trunk
changeset: 768468:9520f1c96560
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 17 09:56:03 2011 +0000
description:
remove gcc-4.5 hacks
diffstat:
lib/libpam/libpam/Makefile | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (18 lines):
diff -r bf9768745c4a -r 9520f1c96560 lib/libpam/libpam/Makefile
--- a/lib/libpam/libpam/Makefile Wed Aug 17 09:55:41 2011 +0000
+++ b/lib/libpam/libpam/Makefile Wed Aug 17 09:56:03 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2011/06/21 02:32:55 mrg Exp $
+# $NetBSD: Makefile,v 1.13 2011/08/17 09:56:03 christos Exp $
#-
# Copyright (c) 1998 Juniper Networks, Inc.
# All rights reserved.
@@ -191,8 +191,3 @@
.PATH.h: ${DIST}/include
.PATH.c: ${DIST}/lib
.PATH.3: ${DIST}/doc/man
-
-# XXX
-.if ${HAVE_GCC} >= 45
-COPTS.openpam_dispatch.c+= -Wno-cast-qual
-.endif
Home |
Main Index |
Thread Index |
Old Index