From 1aae05025c55470327863435ab7085821e213487 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Fri, 3 Nov 2000 17:03:33 +0000 Subject: Add new port of LCMS 1.06, the Little Color Management System, a graphics library. Color management is the process of keeping "profiles" which describe the response of scanners, cameras, monitors, printers and such to light, and compensating for the different response curves as images are transferred from one device to another. PR: 22420 Submitted by: Mikhail Teterin --- graphics/lcms/files/patch-aa | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 graphics/lcms/files/patch-aa (limited to 'graphics/lcms/files/patch-aa') diff --git a/graphics/lcms/files/patch-aa b/graphics/lcms/files/patch-aa new file mode 100644 index 000000000000..ea6e464dd212 --- /dev/null +++ b/graphics/lcms/files/patch-aa @@ -0,0 +1,40 @@ +--- configure Thu May 18 20:08:40 2000 ++++ configure Mon Oct 30 09:40:41 2000 +@@ -2259,35 +2259,13 @@ + + case "$host" in +- i?86-pc-*) ++ i?86-*-*) + CFLAGS="$CFLAGS -fomit-frame-pointer" + ;; + esac + +-echo $ac_n "checking for __int64 type""... $ac_c" 1>&6 +-echo "configure:2268: checking for __int64 type" >&5 +-if test "$cross_compiling" = yes; then +- echo "$ac_t""assuming no" 1>&6 +-else +- cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-then ++echo "using int64 on BSD" 1>&6 + cat >> confdefs.h <<\EOF + #define USE_INT64 1 + EOF +- +- echo "$ac_t""ok" 1>&6 +-else +- echo "configure: failed program was:" >&5 +- cat conftest.$ac_ext >&5 +- rm -fr conftest* +- echo "$ac_t""no" 1>&6 +-fi +-rm -fr conftest* +-fi +- + + echo $ac_n "checking for optimization""... $ac_c" 1>&6 -- cgit v1.2.3