summaryrefslogtreecommitdiff
path: root/comms/birda
diff options
context:
space:
mode:
authorseb <seb>2003-09-30 21:53:00 +0000
committerseb <seb>2003-09-30 21:53:00 +0000
commita5ac3e75ebabdf4922d6a9aaf50393c1a49f0f3c (patch)
tree07c11a172d845f7ff73d1790adae62197cb63490 /comms/birda
parent50e7c69eec45c26b5c7a78bee6d5a7fd6ddf874d (diff)
downloadpkgsrc-a5ac3e75ebabdf4922d6a9aaf50393c1a49f0f3c.tar.gz
Fix build with GCC 3.3.1: rename log() to birda_log() with a preprocessor
macro.
Diffstat (limited to 'comms/birda')
-rw-r--r--comms/birda/Makefile4
1 files changed, 3 insertions, 1 deletions
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"