Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 02:45:57 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/184831: audio/epos-devel: Fix build with clang
Message-ID:  <20131217024557.d1b88471ecd07ae253175f13@yahoo.com>
Resent-Message-ID: <201312161810.rBGIA8fY016002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184831
>Category:       ports
>Synopsis:       audio/epos-devel: Fix build with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 18:10:07 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Fix build with clang

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/epos-devel/Makefile audio/epos-devel/Makefile
--- /usr/ports/audio/epos-devel/Makefile	2013-11-06 21:52:25.000000000 +0900
+++ audio/epos-devel/Makefile	2013-12-17 00:00:00.000000000 +0900
@@ -13,7 +13,6 @@
 LICENSE_COMB=	multi
 
 USES=		bison gmake
-NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_lib_stdcpp_main=no
 
@@ -21,5 +20,7 @@
 	@${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>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131217024557.d1b88471ecd07ae253175f13>