diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-06 16:01:46 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-06 16:01:46 +0000 |
commit | a8f951a208e00591352ff647c5f6a481f1be5459 (patch) | |
tree | 7aa0be96ba2833565f837c01a1a4566a9691b68b /audio/py-fastaudio/Makefile | |
parent | ceb7caba113a9ed754b2787526e4d517c2cdf5a5 (diff) | |
download | ports-a8f951a208e00591352ff647c5f6a481f1be5459.tar.gz ports-a8f951a208e00591352ff647c5f6a481f1be5459.zip |
Fix build with custom LOCALBASE.
Submitted by: maintainer
Reported by: QATty
Notes
Notes:
svn path=/head/; revision=235317
Diffstat (limited to 'audio/py-fastaudio/Makefile')
-rw-r--r-- | audio/py-fastaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-fastaudio/Makefile b/audio/py-fastaudio/Makefile index 02b6f3e4ddb7..d51e2d36202b 100644 --- a/audio/py-fastaudio/Makefile +++ b/audio/py-fastaudio/Makefile @@ -48,7 +48,7 @@ do-extract: post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/setup.py ${WRKSRC}/mysndfile.h + ${WRKSRC}/setup.py ${WRKSRC}/mysndfile.h ${WRKSRC}/fastaudio.pyx # Borrowed from the portaudio port, fixes obsolete path @${REINPLACE_CMD} -e 's|machine\/soundcard.h|sys\/soundcard.h|' \ ${PORTASRC_DIR}/pa_unix_oss/pa_unix_oss.c |