diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-10 20:13:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-10 20:13:48 +0000 |
commit | 61de0744ad1db5d43f676a17919044b118aeadaa (patch) | |
tree | d923fbe67ab454c13e3d2514e6bcac75f5e63c45 /audio/gnome-speech | |
parent | f346722ef6caf0f8d99090578a83b21f33c7158d (diff) | |
download | pkgsrc-61de0744ad1db5d43f676a17919044b118aeadaa.tar.gz |
Fixed "test ==".
Diffstat (limited to 'audio/gnome-speech')
-rw-r--r-- | audio/gnome-speech/distinfo | 3 | ||||
-rw-r--r-- | audio/gnome-speech/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/gnome-speech/distinfo b/audio/gnome-speech/distinfo index ca750f6283f..e1fd93b3f41 100644 --- a/audio/gnome-speech/distinfo +++ b/audio/gnome-speech/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.15 2006/09/15 15:20:44 jmmv Exp $ +$NetBSD: distinfo,v 1.16 2006/10/10 20:14:51 rillig Exp $ SHA1 (gnome-speech-0.4.5.tar.bz2) = 5b1371e24185b7d5c78ad28af830a7e6bb5cff75 RMD160 (gnome-speech-0.4.5.tar.bz2) = f7d0f5c42c8564ae4fd9f19a87f5a6909edfdc45 Size (gnome-speech-0.4.5.tar.bz2) = 313294 bytes SHA1 (patch-aa) = 039606f4e47be7d6e812687504a577fc149b5722 +SHA1 (patch-ab) = cb32d023cfdd791d779c772513c5a307d6ef654d diff --git a/audio/gnome-speech/patches/patch-ab b/audio/gnome-speech/patches/patch-ab new file mode 100644 index 00000000000..924e25b424a --- /dev/null +++ b/audio/gnome-speech/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2006/10/10 20:14:51 rillig Exp $ + +--- configure.orig 2006-10-10 21:31:46.000000000 +0200 ++++ configure 2006-10-10 22:14:15.000000000 +0200 +@@ -20953,7 +20953,7 @@ if test "${with_theta_dir+set}" = set; t + withval=$with_theta_dir; + fi + +-if test x$with_theta_dir == x ; then ++if test x$with_theta_dir = x ; then + # Check default location /opt/theta + + with_theta_dir="/opt/theta" |