mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
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>
17 lines
420 B
Text
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
|