Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 04:07:31 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185407: [Patch] devel/codeblocks requires GCC
Message-ID:  <201401020407.s0247Vrh082464@oldred.freebsd.org>
Resent-Message-ID: <201401020410.s024A0Qg023340@freefall.freebsd.org>

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

>Number:         185407
>Category:       ports
>Synopsis:       [Patch] devel/codeblocks requires GCC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 02 04:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Hurd
>Release:        10.0-RC3
>Organization:
>Environment:
FreeBSD portable 10.0-RC3 FreeBSD 10.0-RC3 #0 r259778: Mon Dec 23 23:27:58 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
devel/codeblocks does not build with Clang.
>How-To-Repeat:
Build with Clang
>Fix:
Attached

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 338396)
+++ Makefile	(working copy)
@@ -22,6 +22,7 @@
 USES=		pkgconfig
 USE_FAM=	yes
 USE_WX=		2.8
+USE_GCC=	yes
 WANT_UNICODE=	yes
 USE_GNOME=	gnomehack desktopfileutils
 GNU_CONFIGURE=	yes


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



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