From abe931ea0d842e0ad0c2983492c4169cea8a620e Mon Sep 17 00:00:00 2001 From: vanilla Date: Mon, 16 Feb 2015 09:34:48 +0000 Subject: remove uneeded patch. --- .../tulip/files/patch-software-crash_handling_CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 graphics/tulip/files/patch-software-crash_handling_CMakeLists.txt (limited to 'graphics') diff --git a/graphics/tulip/files/patch-software-crash_handling_CMakeLists.txt b/graphics/tulip/files/patch-software-crash_handling_CMakeLists.txt deleted file mode 100644 index 926414c53a4..00000000000 --- a/graphics/tulip/files/patch-software-crash_handling_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- software/crash_handling/CMakeLists.txt.orig 2014-04-18 11:54:11.000000000 +0200 -+++ software/crash_handling/CMakeLists.txt 2014-04-18 11:54:21.000000000 +0200 -@@ -39,7 +39,7 @@ - ADD_LIBRARY(crash_handling STATIC ${LIB_SRCS}) - - IF(UNIX) -- TARGET_LINK_LIBRARIES(crash_handling dl) -+ TARGET_LINK_LIBRARIES(crash_handling) - ENDIF(UNIX) - - IF(HAVE_BFD) -- cgit