diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 13:57:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 13:57:20 +0000 |
commit | a826c41d7fd2decff44642d6884ac1d2de16c896 (patch) | |
tree | df2c16d86960670916d5664cc250230c72d18389 /audio/caps-plugins | |
parent | 3db47af714a7bf4c82a9c0395cc7b46756922159 (diff) | |
download | ports-a826c41d7fd2decff44642d6884ac1d2de16c896.tar.gz ports-a826c41d7fd2decff44642d6884ac1d2de16c896.zip |
Notes
Diffstat (limited to 'audio/caps-plugins')
-rw-r--r-- | audio/caps-plugins/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/caps-plugins/Makefile b/audio/caps-plugins/Makefile index d9103a1d7382..62991e2b1af8 100644 --- a/audio/caps-plugins/Makefile +++ b/audio/caps-plugins/Makefile @@ -24,7 +24,6 @@ USES= gmake MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS} -fPIC -DPIC" PLIST_FILES= lib/ladspa/caps.so share/ladspa/rdf/caps.rdf -PLIST_DIRSTRY= share/ladspa/rdf share/ladspa OPTIMIZED_CFLAGS_CFLAGS= -O2 -ffast-math -funroll-loops |