diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-22 14:24:25 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-22 14:24:25 +0000 |
commit | 8c1f539ad16ec934b97bcdde11cf7e1064e42e78 (patch) | |
tree | aeed6b4bed66dacbe137677cd595940c752bfc62 /devel | |
parent | Distfile has gone. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=26145
Diffstat (limited to 'devel')
-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 + + |