diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 17:47:29 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 17:47:29 +0800 |
commit | dea1c00d8931e324cb9945d5906299ce63ad21ed (patch) | |
tree | d8ee4593f1ee095117c3c4cb6366321f37bbefd8 /audio/sphinx | |
parent | ff58fb3066c9604a771cf5edc13bf54313547811 (diff) | |
download | freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.tar.gz freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.tar.zst freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.zip |
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
Diffstat (limited to 'audio/sphinx')
-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} |