Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 15:15:57 GMT
From:      Simun Mikecin <numisemis@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186655: [maintainer update] audio/julius: fix building with clang
Message-ID:  <201402111515.s1BFFvqZ060671@cgiserv.freebsd.org>
Resent-Message-ID: <201402111520.s1BFK1l0041680@freefall.freebsd.org>

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

>Number:         186655
>Category:       ports
>Synopsis:       [maintainer update] audio/julius: fix building with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 11 15:20:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Simun Mikecin
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD fbsd64 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
audio/julius doesn't compile when using clang compiler (default on FreeBSD 10).
>How-To-Repeat:
Try to build audio/julius on FreeBSD 10.
>Fix:
--- Makefile.orig       2014-01-16 21:59:55.000000000 +0100
+++ Makefile    2014-02-11 16:04:37.352630184 +0100
@@ -19,6 +19,7 @@
 NO_STAGE=      yes

 CPPFLAGS+=     -I${LOCALBASE}/include
+CFLAGS+=       -Wno-return-type
 LDFLAGS+=      -L${LOCALBASE}/lib ${ICONV_LIB}
 MANLANG=       "" ja
 MAN1=  accept_check.1 \



>Release-Note:
>Audit-Trail:
>Unformatted:



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