diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-14 01:44:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-14 01:44:23 +0000 |
commit | 7be8c25d5aa6bcafe53a98bed96707697185d85c (patch) | |
tree | 6b468f0d6fbd1d873d3b46927c905036037a1b35 /devel/libextractor | |
parent | cb958ce8079eb1bc2d4ecd196290f29c7ca7c3b6 (diff) | |
download | pkgsrc-7be8c25d5aa6bcafe53a98bed96707697185d85c.tar.gz |
Fixed "test ==".
Diffstat (limited to 'devel/libextractor')
-rw-r--r-- | devel/libextractor/distinfo | 4 | ||||
-rw-r--r-- | devel/libextractor/patches/patch-ae | 13 | ||||
-rw-r--r-- | devel/libextractor/patches/patch-af | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/devel/libextractor/distinfo b/devel/libextractor/distinfo index 2fd61d2c723..da57d9c7a85 100644 --- a/devel/libextractor/distinfo +++ b/devel/libextractor/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2006/05/28 14:11:24 joerg Exp $ +$NetBSD: distinfo,v 1.16 2006/10/14 01:44:23 rillig Exp $ SHA1 (libextractor-0.5.14.tar.gz) = bdd9b96d00ebc30281decb6fb5c5f097a643122d RMD160 (libextractor-0.5.14.tar.gz) = 1c5a22650ca9270934ae7295c2670e7261b910c1 @@ -7,3 +7,5 @@ SHA1 (patch-aa) = f0923e6cba8e6bb327a7959a3d7679bb78a530b2 SHA1 (patch-ab) = 1516691329cd367d2378ddda6e997f10ef09902f SHA1 (patch-ac) = a9fea6cd730c82ff71afb1ff49a021f0b3446197 SHA1 (patch-ad) = ece1cacb479e9c70d0aee4f87cc72b84b85de802 +SHA1 (patch-ae) = b57850db9aa8988e086b4d46b520dc460e459dbf +SHA1 (patch-af) = 1f05b6f538cd1653ee1c97e2d12e516075b03c74 diff --git a/devel/libextractor/patches/patch-ae b/devel/libextractor/patches/patch-ae new file mode 100644 index 00000000000..dd7543c63bd --- /dev/null +++ b/devel/libextractor/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.3 2006/10/14 01:44:24 rillig Exp $ + +--- configure.orig 2006-10-14 03:40:12.000000000 +0200 ++++ configure 2006-10-14 03:41:38.000000000 +0200 +@@ -28628,7 +28628,7 @@ fi; + + if test x$without_glib != xtrue + then +- if test $with_gnu_ld == yes ++ if test $with_gnu_ld = yes + then + # We need both GNU LD and GLIB here! + diff --git a/devel/libextractor/patches/patch-af b/devel/libextractor/patches/patch-af new file mode 100644 index 00000000000..bfa96a94a7a --- /dev/null +++ b/devel/libextractor/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.3 2006/10/14 01:44:24 rillig Exp $ + +--- configure.ac.orig 2006-05-17 11:04:25.000000000 +0200 ++++ configure.ac 2006-10-14 03:41:25.000000000 +0200 +@@ -225,7 +225,7 @@ AC_ARG_ENABLE(glib, + + if test x$without_glib != xtrue + then +- if test $with_gnu_ld == yes ++ if test $with_gnu_ld = yes + then + # We need both GNU LD and GLIB here! + AM_CONDITIONAL(HAVE_GLIB,true) |