Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Jan 2012 11:25:47 -0500
From:      "Christian Mangin" <christian.mangin@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163754: [patch] deskutils/genius: Fix build with CLANG
Message-ID:  <4f00890d.1245e70a.5809.72b2@mx.google.com>
Resent-Message-ID: <201201011650.q01GoAuL058435@freefall.freebsd.org>

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

>Number:         163754
>Category:       ports
>Synopsis:       [patch] deskutils/genius: 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:   Sun Jan 01 16:50:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Christian Mangin
>Release:        FreeBSD 9.0-RC3 amd64
>Organization:
>Environment:
System: FreeBSD thinkpad 9.0-RC3 FreeBSD 9.0-RC3 #0: Sat Dec 31 23:20:26 EST 2011 cmangin@thinkpad:/usr/obj/usr/src/sys/T510 amd64


>Description:
	This port won't compile with clang due to difference in 'inline' keyword in gnu99 standard.
	Fix with USE_CSTD=gnu89
>How-To-Repeat:
>Fix:
--- patch.genius begins here ---
--- Makefile.orig	2011-09-23 18:21:42.000000000 -0400
+++ Makefile	2011-12-28 22:25:02.674823640 -0500
@@ -20,6 +20,7 @@
 
 LICENSE=	GPLv3
 
+USE_CSTD=	gnu89
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte
 USE_GMAKE=	yes
--- patch.genius ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f00890d.1245e70a.5809.72b2>