summaryrefslogtreecommitdiff
path: root/audio/darkice/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-10-30 23:30:54 +0000
committerRene Ladan <rene@FreeBSD.org>2010-10-30 23:30:54 +0000
commit1678d638563893965a76e22b49d58e531bde6aa8 (patch)
tree1d1b38a5747fcb1bb544c281498bd57ea00f2888 /audio/darkice/Makefile
parentAdd a new port net/liboauth: (diff)
- Fix include dir of sbr_main.h when building with libaacplus
- Bump PORTREVISION PR: ports/151574 Submitted by: Takefu [takefu airport.fm]
Notes
Notes: svn path=/head/; revision=263820
Diffstat (limited to 'audio/darkice/Makefile')
-rw-r--r--audio/darkice/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile
index 60cf8f40b5f7..8cd7fcff6686 100644
--- a/audio/darkice/Makefile
+++ b/audio/darkice/Makefile
@@ -8,7 +8,7 @@
PORTNAME= darkice
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= GOOGLE_CODE
@@ -87,7 +87,8 @@ CONFIGURE_ARGS+= --without-samplerate
.endif
post-patch:
- @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/test/s|==|=|g'\
+ -e 's/sbr_main.h/libaacplus\/sbr_main.h/' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-O2 -pedantic||g' ${WRKSRC}/src/Makefile.in
do-install: