diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-11-28 20:06:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-11-28 20:06:37 +0000 |
commit | f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c (patch) | |
tree | ad29e6808ff698f84e08dab8e047f0ae72838df9 /editors/abiword-docs/files | |
parent | 873cae3ab41a109b6f9cf9f4149f101d6d996235 (diff) | |
download | ports-f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c.tar.gz ports-f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c.zip |
Notes
Diffstat (limited to 'editors/abiword-docs/files')
-rw-r--r-- | editors/abiword-docs/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/abiword-docs/files/patch-configure b/editors/abiword-docs/files/patch-configure new file mode 100644 index 000000000000..4273e56a5a19 --- /dev/null +++ b/editors/abiword-docs/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2009-10-28 18:13:56.000000000 +0100 ++++ configure 2009-10-28 18:14:55.000000000 +0100 +@@ -2548,7 +2548,7 @@ + + + +-if test "x$ABIWORD" == "x"; then ++if test "x$ABIWORD" \= "x"; then + { { $as_echo "$as_me:$LINENO: error: abiword not found in PATH" >&5 + $as_echo "$as_me: error: abiword not found in PATH" >&2;} + { (exit 1); exit 1; }; } |