aboutsummaryrefslogtreecommitdiff
path: root/audio/caps-plugins/Makefile
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2007-06-22 22:32:09 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2007-06-22 22:32:09 +0000
commit26dd12d3f0f9ccc2ef0664a8505b727c5d3ac6dc (patch)
treed89d7f4535132801ca4e0b2bed9ad868d4de86fd /audio/caps-plugins/Makefile
parent03edaa9fcd0771dbccc8d8f253a91f908482fac4 (diff)
downloadports-26dd12d3f0f9ccc2ef0664a8505b727c5d3ac6dc.tar.gz
ports-26dd12d3f0f9ccc2ef0664a8505b727c5d3ac6dc.zip
Notes
Diffstat (limited to 'audio/caps-plugins/Makefile')
-rw-r--r--audio/caps-plugins/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/caps-plugins/Makefile b/audio/caps-plugins/Makefile
index 7f9dab36756c..32c648a2b32f 100644
--- a/audio/caps-plugins/Makefile
+++ b/audio/caps-plugins/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= caps-plugins
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.2
CATEGORIES= audio
MASTER_SITES= http://quitte.de/dsp/
DISTNAME= caps_${PORTVERSION}
@@ -19,11 +19,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/caps-${PORTVERSION}
USE_GMAKE= yes
+CFLAGS+= -fPIC
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_OPTIMIZED_CFLAGS)
-CFLAGS+= -O3 -ffast-math -funroll-loops
+CFLAGS+= -O2 -ffast-math -funroll-loops
.endif
.if ${OSVERSION} < 600000