pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/lcms Fix build with gcc2 on sparc64.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6131c44aac8
branches: trunk
changeset: 471264:b6131c44aac8
user: snj <snj%pkgsrc.org@localhost>
date: Mon Mar 22 22:46:10 2004 +0000
description:
Fix build with gcc2 on sparc64.
diffstat:
graphics/lcms/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1fa9b98b177e -r b6131c44aac8 graphics/lcms/Makefile
--- a/graphics/lcms/Makefile Mon Mar 22 22:25:59 2004 +0000
+++ b/graphics/lcms/Makefile Mon Mar 22 22:46:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/02/14 17:21:42 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/22 22:46:10 snj Exp $
# FreeBSD: ports/graphics/lcms/Makefile,v 1.2 2000/12/19 15:36:26 sobomax Exp
DISTNAME= lcms-1.12
@@ -21,6 +21,9 @@
CONFIGURE_ARGS+= --without-tiff
CONFIGURE_ARGS+= --without-zlib
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
INSTALLATION_DIRS+= share/doc/lcms
post-install:
Home |
Main Index |
Thread Index |
Old Index