jlec        15/05/05 08:46:50

  Added:                ball-1.4.2-underlinking.patch
  Log:
  Fix linking problems, bug #547522
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  sci-chemistry/ball/files/ball-1.4.2-underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/files/ball-1.4.2-underlinking.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/files/ball-1.4.2-underlinking.patch?rev=1.1&content-type=text/plain

Index: ball-1.4.2-underlinking.patch
===================================================================
 source/APPLICATIONS/BALLVIEW/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/APPLICATIONS/BALLVIEW/CMakeLists.txt 
b/source/APPLICATIONS/BALLVIEW/CMakeLists.txt
index 6d16212..f94ce76 100644
--- a/source/APPLICATIONS/BALLVIEW/CMakeLists.txt
+++ b/source/APPLICATIONS/BALLVIEW/CMakeLists.txt
@@ -85,7 +85,7 @@ IF (UNIX)
        LIST(APPEND BALLVIEW_SUPPORT_LIBRARIES "pthread")
 ENDIF ()
 
-TARGET_LINK_LIBRARIES(BALLView BALL VIEW ${BALLVIEW_SUPPORT_LIBRARIES})
+TARGET_LINK_LIBRARIES(BALLView BALL VIEW ${BALLVIEW_SUPPORT_LIBRARIES} X11)
 
 #Setup the translations
 INCLUDE(${CMAKE_SOURCE_DIR}/cmake/BALLViewTranslations.cmake)




Reply via email to