summaryrefslogtreecommitdiff
path: root/community/musepack-tools/math.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/musepack-tools/math.patch
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/musepack-tools/math.patch')
-rw-r--r--community/musepack-tools/math.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/musepack-tools/math.patch b/community/musepack-tools/math.patch
deleted file mode 100644
index 61b3d07ec..000000000
--- a/community/musepack-tools/math.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -aur musepack_src_r475.old/CMakeLists.txt musepack_src_r475/CMakeLists.txt
---- musepack_src_r475.old/CMakeLists.txt 2011-10-14 16:31:05.536450109 +0800
-+++ musepack_src_r475/CMakeLists.txt 2011-10-14 16:31:34.022962450 +0800
-@@ -16,7 +16,7 @@
- add_definitions(-DFAST_MATH -DCVD_FASTLOG)
-
- if(NOT MSVC)
-- set(CMAKE_C_FLAGS "-O3 -Wall -fomit-frame-pointer -pipe")
-+ set(CMAKE_C_FLAGS "-O3 -Wall -fomit-frame-pointer -pipe -lm")
- endif(NOT MSVC)
-
- add_subdirectory(libmpcdec)