1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/kicq/files/patch-aa
R. Imura 46789bfcb4 Remove giflib dependence.
Only changed giflib -> libungif in kdegraphics.

They realy do NOT want libgif, and do NOT use libgif anywhere.
Some ports are checking its existence in configure, but they
are nonsense at all!!
2000-02-15 13:45:23 +00:00

28 lines
894 B
Plaintext

--- configure.orig Fri Dec 4 06:25:30 1998
+++ configure Tue Feb 15 01:32:08 2000
@@ -2373,7 +2373,7 @@
;;
*)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in $PATH:/usr/bin:/usr/X11R6/bin:$QTDIR/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy; do
+ for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_path_MOC="$ac_dir/$ac_word"
@@ -2709,6 +2709,7 @@
echo "$ac_t""no" 1>&6
fi
+if false; then
echo $ac_n "checking for giflib""... $ac_c" 1>&6
echo "configure:2714: checking for giflib" >&5
if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then
@@ -2755,6 +2756,7 @@
else
{ echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; }
+fi
fi
echo $ac_n "checking for jpeglib""... $ac_c" 1>&6
echo "configure:2761: checking for jpeglib" >&5