diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-22 13:15:47 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-22 13:15:47 +0000 |
commit | 7ba139b78e17ea65d4cb87c9b342bd85ed6c2de3 (patch) | |
tree | 629ebb0ebeef559bb1bed5012299777640a88d75 /editors/abiword | |
parent | 9776bd7adb555bb427e495ce19425d20886c87b6 (diff) | |
download | freebsd-ports-7ba139b78e17ea65d4cb87c9b342bd85ed6c2de3.zip |
Fix patching.
Submitted by: miwimail
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/files/patch-configure | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/abiword/files/patch-configure b/editors/abiword/files/patch-configure index d924400c1abd..323a11f86adc 100644 --- a/editors/abiword/files/patch-configure +++ b/editors/abiword/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig 2010-05-22 09:12:00.000000000 +0200 -+++ configure 2010-05-22 09:12:01.000000000 +0200 +--- configure.orig 2013-03-22 13:57:57.000000000 +0100 ++++ configure 2013-03-22 13:58:05.000000000 +0100 @@ -16637,9 +16637,9 @@ xp_funcs='localeconv strcspn strncasecmp strtoul' # "sqrt" test fails, hmm funcs= @@ -1670,9 +1670,10 @@ -if test "$enable_collab_backend_tcp" == "yes" || \ - test "$enable_collab_backend_service" == "yes"; then +- COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -lpthread" +if test "$enable_collab_backend_tcp" = "yes" || \ + test "$enable_collab_backend_service" = "yes"; then - COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -pthread" ++ COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -pthread" fi -test "$enable_collab" == "auto" && PLUGINS="$PLUGINS collab" |