aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tulip
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2015-02-16 17:34:48 +0800
committervanilla <vanilla@FreeBSD.org>2015-02-16 17:34:48 +0800
commitabe931ea0d842e0ad0c2983492c4169cea8a620e (patch)
treeea5dedae888317e1ffd1c3d4ff63faa85807a26d /graphics/tulip
parent2890b8dc65dd4eef5018d2cc2df1481fe284170d (diff)
downloadfreebsd-ports-gnome-abe931ea0d842e0ad0c2983492c4169cea8a620e.tar.gz
freebsd-ports-gnome-abe931ea0d842e0ad0c2983492c4169cea8a620e.tar.zst
freebsd-ports-gnome-abe931ea0d842e0ad0c2983492c4169cea8a620e.zip
remove uneeded patch.
Diffstat (limited to 'graphics/tulip')
-rw-r--r--graphics/tulip/files/patch-software-crash_handling_CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
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 926414c53a4e..000000000000
--- 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)