Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 02:41:06 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kde@FreeBSD.org
Subject:   ports/178306: [PATCH] math/kbruch: fix build
Message-ID:  <201305030241.r432f6Yh046820@meatwad.mouf.net>
Resent-Message-ID: <201305030250.r432o0o7079609@freefall.freebsd.org>

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

>Number:         178306
>Category:       ports
>Synopsis:       [PATCH] math/kbruch: fix build
>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:   Fri May 03 02:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250054: Mon Apr 29 20:39:01 UTC
>Description:
- Fix build by using gcc, won't build with clang on current (r255054)

Port maintainer (kde@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- kbruch-4.10.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 317168)
+++ Makefile	(working copy)
@@ -16,6 +16,7 @@
 USES=		cmake:outsource
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 USE_XZ=		yes
+USE_GCC=	any
 MAKE_JOBS_SAFE=	yes
 
 MAN1=		kbruch.1
--- kbruch-4.10.1.patch ends here ---

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



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