summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-12-29 20:03:17 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-04 12:14:27 +0200
commitba28339260647c81f615166a7c21a159300b036d (patch)
tree8c85a952ef7242683f5193d9cc3a3e5e0c64852f /media-gfx
parentmedia-video/aegisub: remove old (diff)
downloadgentoo-ba28339260647c81f615166a7c21a159300b036d.tar.gz
gentoo-ba28339260647c81f615166a7c21a159300b036d.tar.bz2
gentoo-ba28339260647c81f615166a7c21a159300b036d.zip
media-gfx/symboleditor: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3277
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/symboleditor/files/symboleditor-1.5.0-cflags.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-gfx/symboleditor/files/symboleditor-1.5.0-cflags.patch b/media-gfx/symboleditor/files/symboleditor-1.5.0-cflags.patch
deleted file mode 100644
index 177fd180d56a..000000000000
--- a/media-gfx/symboleditor/files/symboleditor-1.5.0-cflags.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a495671be994a32f4b52840f7e5c358916a378dc Mon Sep 17 00:00:00 2001
-From: Michael Palimaka <kensington@gentoo.org>
-Date: Tue, 26 Aug 2014 20:17:22 +1000
-Subject: [PATCH] Respect user-defined CFLAGS.
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3166676..50786be 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -43,7 +43,7 @@ kde4_add_executable (SymbolEditor ${SymbolEditor_SRCS})
-
- target_link_libraries (SymbolEditor ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS})
-
--set (CMAKE_CXX_FLAGS "-DQT_NO_COMPAT -DKDE_NO_COMPAT")
-+set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions -DQT_NO_COMPAT -DKDE_NO_COMPAT")
-
- install (TARGETS SymbolEditor DESTINATION ${BIN_INSTALL_DIR})
- install (FILES SymbolEditorui.rc DESTINATION ${DATA_INSTALL_DIR}/SymbolEditor)
---
-1.8.5.5
-