summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/ball/files/ball-1.4.2-underlinking.patch')
-rw-r--r--sci-chemistry/ball/files/ball-1.4.2-underlinking.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-chemistry/ball/files/ball-1.4.2-underlinking.patch b/sci-chemistry/ball/files/ball-1.4.2-underlinking.patch
deleted file mode 100644
index 825f41978c13..000000000000
--- a/sci-chemistry/ball/files/ball-1.4.2-underlinking.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- 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)