diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-23 03:48:29 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-23 23:15:54 -0500 |
commit | a31e0890fba8cbb9b795d9eafe2c1949618cd74c (patch) | |
tree | 383b9f8f4ae21605851f26000f96ea525fd85fa6 /office/abiword | |
parent | f14f47974f95b18e0a313c85acf599911a8c96e5 (diff) |
office/abiword: Fixed patch for boost on slackware 13.1.
Diffstat (limited to 'office/abiword')
-rw-r--r-- | office/abiword/patches/boost_asio.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/abiword/patches/boost_asio.patch b/office/abiword/patches/boost_asio.patch index 0632f8ff798f..b4535655ca3d 100644 --- a/office/abiword/patches/boost_asio.patch +++ b/office/abiword/patches/boost_asio.patch @@ -36,7 +36,7 @@ if test "$enable_collab_backend_tcp" == "yes" || \ test "$enable_collab_backend_service" == "yes"; then - COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -lpthread" -+ COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -lpthread -lboost_system-mt -lboost_thread-mt" ++ COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -lpthread -lboost_system -lboost_thread" fi test "$enable_collab" == "auto" && PLUGINS="$PLUGINS collab" |