diff options
author | tron <tron> | 1999-02-17 00:02:13 +0000 |
---|---|---|
committer | tron <tron> | 1999-02-17 00:02:13 +0000 |
commit | 5ce9a1a614b57b7b874673f6478fdc8c58e595ba (patch) | |
tree | 3de9df5c5ad1ddb0b7f19617f315dc375b3cb4f6 /x11 | |
parent | f06f8e8ac4f0ce07689b41ec152917f43f63e5ca (diff) | |
download | pkgsrc-5ce9a1a614b57b7b874673f6478fdc8c58e595ba.tar.gz |
"kdebase" doesn't depend on the GIF library, it only believes so. But it
requires the "gettext" package. Both problems reported by Markus Kurek.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-aa | 20 |
2 files changed, 20 insertions, 3 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index b5a1646559c..5eb1b70e2d6 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1999/02/15 21:34:49 tron Exp $ +# $NetBSD: Makefile,v 1.28 1999/02/17 00:02:13 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp # @@ -12,6 +12,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.kde.org/ DEPENDS+= Mesa-3.0:../../graphics/Mesa +DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= kdelibs-1.1:../../x11/kdelibs DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/x11/kdebase/patches/patch-aa b/x11/kdebase/patches/patch-aa index 924540b6baa..d66da3aad65 100644 --- a/x11/kdebase/patches/patch-aa +++ b/x11/kdebase/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.7 1999/02/15 21:34:49 tron Exp $ +$NetBSD: patch-aa,v 1.8 1999/02/17 00:02:14 tron Exp $ --- configure.orig Sat Feb 6 18:49:38 1999 -+++ configure Sun Feb 14 10:01:32 1999 ++++ configure Wed Feb 17 00:23:05 1999 @@ -516,9 +516,9 @@ # Prefer explicitly selected file to automatically selected ones. if test -z "$CONFIG_SITE"; then @@ -81,3 +81,19 @@ $NetBSD: patch-aa,v 1.7 1999/02/15 21:34:49 tron Exp $ cat >> confdefs.h <<EOF #define HAVE_PAM_LIB 1 EOF +@@ -4984,6 +4984,7 @@ + + + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:4989: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -5030,6 +5031,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 |