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 | 53386ba7ebe991139c4a3ae0d0343db3e4424f7f (patch) | |
tree | 2d719e6c751db562854d8e2f4177938a907841d6 /misc/kdeaccessibility3 | |
parent | c76e52e462efbbd635942bb516b2a90d1feaebe0 (diff) | |
download | pkgsrc-53386ba7ebe991139c4a3ae0d0343db3e4424f7f.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/kdeaccessibility3')
-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 |