[kde-freebsd] [PATCH] math/kbruch: fix build

Steve Wills swills at FreeBSD.org
Fri May 3 02:41:06 UTC 2013


>Submitter-Id:	current-users
>Originator:	Steve Wills
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] math/kbruch: fix build
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 10.0-CURRENT amd64
>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 at 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 ---



More information about the kde-freebsd mailing list