summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-06-13 17:33:09 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-06-13 17:33:09 +0200
commit5951ff95b0e1cfe348f551c0215adc4d257dc3b4 (patch)
tree5faabd7de826781c5ef5c0db74700c95ba8352c3 /net-libs/onion/files
parentdev-perl/Text-Autoformat-1.740.0-r0: add alpha keyword (diff)
downloadgentoo-5951ff95b0e1cfe348f551c0215adc4d257dc3b4.tar.gz
gentoo-5951ff95b0e1cfe348f551c0215adc4d257dc3b4.tar.bz2
gentoo-5951ff95b0e1cfe348f551c0215adc4d257dc3b4.zip
net-libs/onion: remove old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-libs/onion/files')
-rw-r--r--net-libs/onion/files/cflags.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-libs/onion/files/cflags.patch b/net-libs/onion/files/cflags.patch
deleted file mode 100644
index 7c4094f77bc8..000000000000
--- a/net-libs/onion/files/cflags.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: onion-0.7/CMakeLists.txt
-===================================================================
---- onion-0.7.orig/CMakeLists.txt
-+++ onion-0.7/CMakeLists.txt
-@@ -151,15 +151,6 @@ endif (SYSTEMD_ENABLED)
- add_definitions(-D_BSD_SOURCE)
- add_definitions(-D_POSIX_C_SOURCE=200112L)
-
--##
--IF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
-- add_definitions(-D__DEBUG__)
-- SET(CMAKE_C_FLAGS "-Wall -Werror -O0 -fPIC")
--ELSE (${CMAKE_BUILD_TYPE} MATCHES "Debug")
-- SET(CMAKE_C_FLAGS "-Wall -Werror -O2 -fPIC")
--ENDIF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
--
--
- project (onion)
-
- INCLUDE(CPackConfig.cmake)