pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libIDL Fix build on sparc64 with gcc2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d9f050c435e
branches:  trunk
changeset: 473168:2d9f050c435e
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Apr 17 00:28:08 2004 +0000

description:
Fix build on sparc64 with gcc2.

diffstat:

 net/libIDL/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4c745ae57c60 -r 2d9f050c435e net/libIDL/Makefile
--- a/net/libIDL/Makefile       Sat Apr 17 00:26:48 2004 +0000
+++ b/net/libIDL/Makefile       Sat Apr 17 00:28:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/04/01 18:15:58 jmmv Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/17 00:28:08 snj Exp $
 #
 
 DISTNAME=              libIDL-0.8.3
@@ -19,6 +19,9 @@
 PKGCONFIG_OVERRIDE=    libIDL-2.0.pc.in
 INFO_FILES=            libIDL2.info
 
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+=                F77=${FALSE}
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index