pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/birda Fix build with GCC 3.3.1: rename log() to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7bfba81653fe
branches: trunk
changeset: 462357:7bfba81653fe
user: seb <seb%pkgsrc.org@localhost>
date: Tue Sep 30 21:53:00 2003 +0000
description:
Fix build with GCC 3.3.1: rename log() to birda_log() with a preprocessor
macro.
diffstat:
comms/birda/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 19214dbc4cce -r 7bfba81653fe comms/birda/Makefile
--- a/comms/birda/Makefile Tue Sep 30 21:50:55 2003 +0000
+++ b/comms/birda/Makefile Tue Sep 30 21:53:00 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/09/05 20:28:26 augustss Exp $
+# $NetBSD: Makefile,v 1.13 2003/09/30 21:53:00 seb Exp $
#
DISTNAME= birda-1.1
@@ -8,4 +8,6 @@
MAINTAINER= lennart%augustsson.net@localhost
COMMENT= Bohlin's IrDA utilities
+CFLAGS+= -Dlog=birda_log
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index