- 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:
parent
48afc03e29
commit
1678d63856
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263820
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user