aboutsummaryrefslogtreecommitdiff
path: root/audio/swhplugins/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/swhplugins/files/patch-configure.in')
-rw-r--r--audio/swhplugins/files/patch-configure.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/swhplugins/files/patch-configure.in b/audio/swhplugins/files/patch-configure.in
deleted file mode 100644
index dafb6e452410..000000000000
--- a/audio/swhplugins/files/patch-configure.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.in.orig Fri Dec 6 19:02:05 2002
-+++ configure.in Wed Jan 1 19:53:58 2003
-@@ -15,7 +15,8 @@
- AC_REQUIRE_CPP
- dnl AC_CHECK_HEADER(ladspa.h, [], [AC_MSG_ERROR([Cannot find ladspa.h, please install the LADSPA_SDK, or put ladspa.h somewhere it can be found]);])
-
--CFLAGS="-lm"
-+CFLAGS="-I/usr/local/include"
-+LDFLAGS="-lm -L/usr/local/lib"
-
- AC_CHECK_LIB(sfftw,fftw_one,
- [
-@@ -43,7 +44,6 @@
- dnl For gcc use:
- MACHINE="-mcpu=${build_cpu} -march=${build_cpu}"
- if test ${build_cpu} = "powerpc"; then MACHINE=""; fi
--CFLAGS="-Wall -O6 -fomit-frame-pointer -fstrength-reduce -funroll-loops -fmove-all-movables -ffast-math -fPIC -DPIC ${MACHINE} ${USE_SSE}"
-
- dnl For Intel's C compiler use:
- dnl CC="icc"