aboutsummaryrefslogtreecommitdiffstats
path: root/audio/caps-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'audio/caps-plugins')
-rw-r--r--audio/caps-plugins/Makefile1
-rw-r--r--audio/caps-plugins/files/patch-Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/caps-plugins/Makefile b/audio/caps-plugins/Makefile
index b1b24ad7658..73a4d41d55d 100644
--- a/audio/caps-plugins/Makefile
+++ b/audio/caps-plugins/Makefile
@@ -7,6 +7,7 @@
PORTNAME= caps-plugins
PORTVERSION= 0.4.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://quitte.de/dsp/
DISTNAME= caps_${PORTVERSION}
diff --git a/audio/caps-plugins/files/patch-Makefile b/audio/caps-plugins/files/patch-Makefile
index a5fdf761cb5..cc8f46d3031 100644
--- a/audio/caps-plugins/files/patch-Makefile
+++ b/audio/caps-plugins/files/patch-Makefile
@@ -5,8 +5,8 @@
-CC = g++
-OPTS = -O2 -ffast-math -funroll-loops -Wall -fPIC -DPIC
-++ CC = $(CXX)
-++ OPTS = -Wall -fPIC -DPIC
++CC = $(CXX)
++OPTS = -Wall -fPIC -DPIC
#OPTS = -g -DDEBUG
-include defines.make