pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/bitchx Darwin needs CFLAGS+= -DBIND_8_COMPAT to b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50f08fbaaf3e
branches:  trunk
changeset: 484356:50f08fbaaf3e
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Nov 27 06:44:00 2004 +0000

description:
Darwin needs CFLAGS+= -DBIND_8_COMPAT to build.

diffstat:

 chat/bitchx/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r f8532b24c391 -r 50f08fbaaf3e chat/bitchx/Makefile
--- a/chat/bitchx/Makefile      Sat Nov 27 05:32:35 2004 +0000
+++ b/chat/bitchx/Makefile      Sat Nov 27 06:44:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/11/26 11:38:14 adam Exp $
+# $NetBSD: Makefile,v 1.33 2004/11/27 06:44:00 adrianp Exp $
 
 DISTNAME=      ircii-pana-1.1-final
 PKGNAME=       bitchx-1.1
@@ -14,12 +14,17 @@
 # This package is not even remotely 64-bit clean
 NOT_FOR_PLATFORM=      *-*-alpha *-*-sparc64 *-*-x86_64
 
-WRKSRC=                ${WRKDIR}/BitchX
+WRKSRC=                        ${WRKDIR}/BitchX
 USE_BUILDLINK3=                YES
 USE_PKGINSTALL=                YES
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS=                --with-ssl
 
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+CFLAGS+=       -DBIND_8_COMPAT
+.endif
+
 .if defined(BITCHX_WITH_GTK) && !empty(BITCHX_WITH_GTK:M[Yy][Ee][Ss])
 .include "../../graphics/imlib/buildlink3.mk"
 .include "../../x11/gnome-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index