diff options
Diffstat (limited to 'audio/sphinx/Makefile')
-rw-r--r-- | audio/sphinx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile index bc1a60f6ddb9..7d4fec87f1d8 100644 --- a/audio/sphinx/Makefile +++ b/audio/sphinx/Makefile @@ -28,8 +28,6 @@ post-patch: ${WRKSRC}/src/libsphinx2/hash.c \ ${WRKSRC}/src/libsphinx2/list.c \ ${WRKSRC}/src/libsphinx2/salloc.c - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure post-build: ${ECHO_CMD} "*** WARNING ***" > ${PKGMESSAGE} |