1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/cervisia/files/patch-ab
R. Imura 8c1f539ad1 Still checking giflib in configure.
It's my fault that this port dropped from my giflib dependency check
of all ports that depend on kdelibs in that time.
2000-02-22 14:24:25 +00:00

19 lines
439 B
Plaintext

--- configure.orig Sun Aug 8 06:54:57 1999
+++ configure Tue Feb 22 22:47:09 2000
@@ -4282,6 +4282,7 @@
+if false; then
echo $ac_n "checking for giflib""... $ac_c" 1>&6
echo "configure:4287: checking for giflib" >&5
if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then
@@ -4328,6 +4329,7 @@
else
{ echo "configure: error: You need giflib30. Please install the kdesupport package" 1>&2; exit 1; }
+fi
fi