diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-24 04:31:58 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-24 04:31:58 +0000 |
commit | 814aa775ac0782bbed7513e080d47ea25f967904 (patch) | |
tree | 361aa821a20d7a088f42c9871340da623fea2e80 /audio/sphinx/Makefile | |
parent | 8cec9b2a86a3bd1d987064a6cd6be5c28e11252a (diff) | |
download | FreeBSD-ports-814aa775ac0782bbed7513e080d47ea25f967904.zip FreeBSD-ports-814aa775ac0782bbed7513e080d47ea25f967904.tar.gz |
Incorporate patches against the "Audio read error" problem.
PR: 58227
Submitted by: Andriy Gapon of Cybervision
Also chase soundcard.h.
Diffstat (limited to 'audio/sphinx/Makefile')
-rw-r--r-- | audio/sphinx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile index 5af3cb6..9a623c9 100644 --- a/audio/sphinx/Makefile +++ b/audio/sphinx/Makefile @@ -16,17 +16,15 @@ MAINTAINER= trevor@FreeBSD.org COMMENT= Speech recognition system DEST= ${WRKSRC}/src/libsphinx2/ -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes PKGMESSAGE= ${WRKDIR}/pkg-message USE_GMAKE= yes -IGNORE= "audio read error" - # contains i386 sound code ONLY_FOR_ARCHS= i386 -do-patch: +post-patch: .for ii in CM_funcs.c hash.c linklist.c list.c salloc.c ${MV} ${DEST}${ii} ${DEST}${ii}.orig ${SED} -e "s:<malloc.h>:<stdlib.h>:g" < ${DEST}${ii}.orig > ${DEST}${ii} |