diff options
author | imura <imura@FreeBSD.org> | 2000-02-22 22:24:25 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-22 22:24:25 +0800 |
commit | 8aeb548585e653c2eff6f204915a7f28d7a7a304 (patch) | |
tree | 656d30f037016c84dc8e1dcc6a6895c9230526c1 /devel/cervisia/files | |
parent | 572662cffa952a54b426c49d0c727c3ad6ab2472 (diff) | |
download | freebsd-ports-gnome-8aeb548585e653c2eff6f204915a7f28d7a7a304.tar.gz freebsd-ports-gnome-8aeb548585e653c2eff6f204915a7f28d7a7a304.tar.zst freebsd-ports-gnome-8aeb548585e653c2eff6f204915a7f28d7a7a304.zip |
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.
Diffstat (limited to 'devel/cervisia/files')
-rw-r--r-- | devel/cervisia/files/patch-ab | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/cervisia/files/patch-ab b/devel/cervisia/files/patch-ab new file mode 100644 index 000000000000..6fd070687a8b --- /dev/null +++ b/devel/cervisia/files/patch-ab @@ -0,0 +1,18 @@ +--- 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 + + |