summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-04-24 15:21:35 +0000
committerdanw <danw@pkgsrc.org>2004-04-24 15:21:35 +0000
commit92c3d27a6bf1f4ef329e89dec30f663283221a1b (patch)
treed0b34964869d80d8ae0ec0e358cf4f01206605d3 /net
parent5f9bd44f704b9785e3247a148ffc54bef4d7baff (diff)
downloadpkgsrc-92c3d27a6bf1f4ef329e89dec30f663283221a1b.tar.gz
add -DBIND_8_COMPAT on Darwin
Diffstat (limited to 'net')
-rw-r--r--net/ORBit2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile
index 8b7e593d87d..803b0adcfd6 100644
--- a/net/ORBit2/Makefile
+++ b/net/ORBit2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/04/01 20:27:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.30 2004/04/24 15:21:35 danw Exp $
#
DISTNAME= ORBit2-2.10.0
@@ -25,6 +25,8 @@ PKGCONFIG_OVERRIDE+= ORBit-CosNaming-2.0.pc.in
PKGCONFIG_OVERRIDE+= ORBit-imodule-2.0.pc.in
PKGCONFIG_OVERRIDE+= src/idl-compiler/ORBit-idl-2.0.pc.in
+CPPFLAGS.Darwin+= -DBIND_8_COMPAT
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"