ports/audio/caps-plugins/files/patch-Makefile
Martin Wilke f5206942b9 The C* Audio Plugin Suite, is a collection of highly refined LADSPA
units capable of (and intended for) realtime operation. The suite
includes DSP units emulating instrument amplifiers, stomp-box
classics, versatile 'virtual analogue' oscillators, fractal
oscillation, reverb, equalization and others.

WWW:	http://quitte.de/dsp/caps.html

PR:		ports/109990
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-03-06 18:45:54 +00:00

17 lines
420 B
Text

--- Makefile.orig Tue Mar 6 12:39:47 2007
+++ Makefile Tue Mar 6 12:40:24 2007
@@ -1,11 +1,11 @@
PREFIX = /usr/local
-CC = g++
-OPTS = -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC
+CC = $(CXX)
+OPTS = -Wall -fPIC -DPIC
# users of later iterations of the x86 architecture may want to add these:
# OPTS = -msse2 -mfpmath=sse -pipe -ftracer
-CFLAGS = $(OPTS)
+CFLAGS += $(OPTS)
PLUG = caps
VERSION = 0.3.0