mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix build with clang
- Port supports staging PR: ports/184831 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
b8d5eff126
commit
6c878021aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336953
@ -13,7 +13,6 @@ LICENSE= GPLv2 LGPL20
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USES= bison gmake
|
||||
NO_STAGE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no
|
||||
|
||||
@ -21,5 +20,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-ggdb||'
|
||||
@${REINPLACE_CMD} -e 's|<iostream.h>|<iostream>|' \
|
||||
${WRKSRC}/src/nnet/neural.cc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,3 @@
|
||||
From the Epos homepage:
|
||||
|
||||
Epos is a language independent rule-driven Text-to-Speech (TTS) system
|
||||
primarily designed to serve as a research tool. Epos is (or tries to be)
|
||||
independent of the language processed, linguistic description method,
|
||||
|
Loading…
Reference in New Issue
Block a user