Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2006 18:57:53 GMT
From:      Matthias Sund <m.sund@arcor.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91523: update port: devel/codeblocks, build fix on i386 4 machines
Message-ID:  <200601081857.k08IvrMO011305@www.freebsd.org>
Resent-Message-ID: <200601081900.k08J0JKU095728@freefall.freebsd.org>

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

>Number:         91523
>Category:       ports
>Synopsis:       update port: devel/codeblocks, build fix on i386 4 machines
>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:   Sun Jan 08 19:00:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Sund
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
FreeBSD travelmate 6.0-STABLE FreeBSD 6.0-STABLE #5: Fri Dec 30 21:01:01 CET 2005     masu@travelmate:/usr/obj/usr/src/sys/TRAVELMATE  i386
>Description:
This update hopefully fixes build problem on i386 4 machines.
Added GCC dependency in order to use -MF and -MT command line parameters.

>How-To-Repeat:

>Fix:
diff -ruN codeblocks_orig/Makefile codeblocks/Makefile
--- codeblocks_orig/Makefile    Sun Jan  8 19:24:46 2006
+++ codeblocks/Makefile Sun Jan  8 19:37:06 2006
@@ -21,6 +21,7 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 
+USE_GCC=       3.2+
 USE_GMAKE=     yes
 INSTALLS_SHLIB=        yes
 

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



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