From 7a9a8a62c6b68026fbcb8d3ff7eabec3074c1043 Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 30 Sep 2003 21:53:00 +0000 Subject: Fix build with GCC 3.3.1: rename log() to birda_log() with a preprocessor macro. --- comms/birda/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'comms/birda') diff --git a/comms/birda/Makefile b/comms/birda/Makefile index cc122fe08a9..ff2c7f90b47 100644 --- a/comms/birda/Makefile +++ b/comms/birda/Makefile @@ -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 @@ MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ MAINTAINER= lennart@augustsson.net COMMENT= Bohlin's IrDA utilities +CFLAGS+= -Dlog=birda_log + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3