diff options
author | markd <markd@pkgsrc.org> | 2005-03-24 21:51:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-03-24 21:51:20 +0000 |
commit | dc1904b39e3d52ca9a92eaf74af9b003a696688f (patch) | |
tree | 2d719e6c751db562854d8e2f4177938a907841d6 /misc | |
parent | b3a2efa1e07c92a6ba6bd30e75e5d650d47ead39 (diff) | |
download | pkgsrc-dc1904b39e3d52ca9a92eaf74af9b003a696688f.tar.gz |
Dont try and use gstreamer even if pkg-config finds it.
At some point I'll add optional gstreamer support to the package.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeaccessibility3/distinfo | 3 | ||||
-rw-r--r-- | misc/kdeaccessibility3/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/kdeaccessibility3/distinfo b/misc/kdeaccessibility3/distinfo index cf7b9f9a38f..b3a0cb2a829 100644 --- a/misc/kdeaccessibility3/distinfo +++ b/misc/kdeaccessibility3/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.9 2005/03/23 22:21:36 markd Exp $ +$NetBSD: distinfo,v 1.10 2005/03/24 21:51:20 markd Exp $ SHA1 (kdeaccessibility-3.4.0.tar.bz2) = 29b2e50669e645baacfbf2c2ed307d3dbdf7bee9 RMD160 (kdeaccessibility-3.4.0.tar.bz2) = 453af938fcf545969c0c5f59d492ce0aae81df58 Size (kdeaccessibility-3.4.0.tar.bz2) = 7220617 bytes +SHA1 (patch-aa) = 424887d2b564ca6d56496e39be5e1d6505aedd2a diff --git a/misc/kdeaccessibility3/patches/patch-aa b/misc/kdeaccessibility3/patches/patch-aa new file mode 100644 index 00000000000..2ef48961606 --- /dev/null +++ b/misc/kdeaccessibility3/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2005/03/24 21:51:20 markd Exp $ + +--- configure.orig 2005-03-25 09:28:35.000000000 +1200 ++++ configure +@@ -33879,6 +33879,8 @@ echo "${ECHO_T}$GST_LIBS" >&6 + fi + fi + ++ succeeded=no ++ + if test $succeeded = yes; then + have_gst=yes + else |