pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libIDL The ORBit developers have found issues with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bb8cbeb18fe
branches:  trunk
changeset: 483040:4bb8cbeb18fe
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Sat Nov 06 16:43:44 2004 +0000

description:
The ORBit developers have found issues with sunpro's cpp and recommend using
/usr/lib/cpp with that compiler on Solaris instead.  See

  http://mail.gnome.org/archives/orbit-list/2002-September/msg00035.html

and related posts for more information.

orbit-idl-2 now compiles devel/libbonobo correctly on Solaris/sunpro.

diffstat:

 net/libIDL/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r ee0e0cafcc4a -r 4bb8cbeb18fe net/libIDL/Makefile
--- a/net/libIDL/Makefile       Sat Nov 06 16:18:47 2004 +0000
+++ b/net/libIDL/Makefile       Sat Nov 06 16:43:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/10/03 00:17:54 tv Exp $
+# $NetBSD: Makefile,v 1.30 2004/11/06 16:43:44 sketch Exp $
 #
 
 DISTNAME=              libIDL-0.8.4
@@ -21,6 +21,13 @@
 PKGCONFIG_OVERRIDE=    libIDL-2.0.pc.in
 INFO_FILES=            libIDL2.info
 
+.include "../../mk/compiler.mk"
+
+.if !empty(PKGSRC_COMPILER:Msunpro)
+OPSYSVARS+=            CONFIGURE_ENV
+CONFIGURE_ENV.SunOS+=  CPP=/usr/lib/cpp
+.endif
+
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=                F77=${FALSE}
 



Home | Main Index | Thread Index | Old Index