diff options
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/distinfo | 3 | ||||
-rw-r--r-- | www/bluefish/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo index c6ddcfa0e25..01a15daa841 100644 --- a/www/bluefish/distinfo +++ b/www/bluefish/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.14 2006/02/05 19:45:10 adam Exp $ +$NetBSD: distinfo,v 1.15 2006/10/18 21:40:17 rillig Exp $ SHA1 (bluefish-1.0.5.tar.bz2) = 084ecbf348fd8eb092c9fc702615c9f82a544d9d RMD160 (bluefish-1.0.5.tar.bz2) = 5cb388e2f4d1193a9d51ebed26ab523bf6809208 Size (bluefish-1.0.5.tar.bz2) = 1492532 bytes SHA1 (patch-aa) = bba2581eefa4efa00943b9f158898fe4743b56cc SHA1 (patch-ab) = ab0d1d172b0d3097f85588a5f24304501671d048 +SHA1 (patch-ac) = de8871c7d5ab63153f10a787debb1deed4420577 diff --git a/www/bluefish/patches/patch-ac b/www/bluefish/patches/patch-ac new file mode 100644 index 00000000000..e38653aa7a1 --- /dev/null +++ b/www/bluefish/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.3 2006/10/18 21:40:17 rillig Exp $ + +--- configure.orig 2006-10-18 23:28:42.000000000 +0200 ++++ configure 2006-10-18 23:36:32.000000000 +0200 +@@ -4748,7 +4748,7 @@ fi + + ##################################################### + +-if test "${prefix}" == "NONE"; then ++if test "${prefix}" = "NONE"; then + prefix=${ac_default_prefix} + + fi |