diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-10-31 07:30:54 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-10-31 07:30:54 +0800 |
commit | 1678d638563893965a76e22b49d58e531bde6aa8 (patch) | |
tree | 1d1b38a5747fcb1bb544c281498bd57ea00f2888 /audio/darkice | |
parent | 48afc03e29c3c989c41d8e38740b6b809492fad8 (diff) | |
download | freebsd-ports-gnome-1678d638563893965a76e22b49d58e531bde6aa8.tar.gz freebsd-ports-gnome-1678d638563893965a76e22b49d58e531bde6aa8.tar.zst freebsd-ports-gnome-1678d638563893965a76e22b49d58e531bde6aa8.zip |
- Fix include dir of sbr_main.h when building with libaacplus
- Bump PORTREVISION
PR: ports/151574
Submitted by: Takefu [takefu airport.fm]
Diffstat (limited to 'audio/darkice')
-rw-r--r-- | audio/darkice/Makefile | 5 |
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: |