pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ORBit2 add -DBIND_8_COMPAT on Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/244f30cba3fe
branches:  trunk
changeset: 473773:244f30cba3fe
user:      danw <danw%pkgsrc.org@localhost>
date:      Sat Apr 24 15:21:35 2004 +0000

description:
add -DBIND_8_COMPAT on Darwin

diffstat:

 net/ORBit2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d17796f9f82c -r 244f30cba3fe net/ORBit2/Makefile
--- a/net/ORBit2/Makefile       Sat Apr 24 14:45:15 2004 +0000
+++ b/net/ORBit2/Makefile       Sat Apr 24 15:21:35 2004 +0000
@@ -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-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"



Home | Main Index | Thread Index | Old Index