- Fix include dir of sbr_main.h when building with libaacplus

- Bump PORTREVISION

PR:		ports/151574
Submitted by:	Takefu [takefu airport.fm]
This commit is contained in:
Rene Ladan 2010-10-30 23:30:54 +00:00
parent 48afc03e29
commit 1678d63856
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263820

View File

@ -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: