diff options
author | seb <seb@pkgsrc.org> | 2003-09-30 21:53:00 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-09-30 21:53:00 +0000 |
commit | 7a9a8a62c6b68026fbcb8d3ff7eabec3074c1043 (patch) | |
tree | 07c11a172d845f7ff73d1790adae62197cb63490 /comms | |
parent | 55d4f01e93d8320a73511896b3c8d895c363318d (diff) | |
download | pkgsrc-7a9a8a62c6b68026fbcb8d3ff7eabec3074c1043.tar.gz |
Fix build with GCC 3.3.1: rename log() to birda_log() with a preprocessor
macro.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/birda/Makefile | 4 |
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" |