Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2009 22:30:34 +0200
From:      Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tkjacobsen@gmail.com
Subject:   ports/138112: [PATCH] deskutils/libgcal: Fixing build on 6.x (gcc < 4.0)
Message-ID:  <4a91a6e9.0707d00a.5ee4.57ac@mx.google.com>
Resent-Message-ID: <200908232040.n7NKe2GE036978@freefall.freebsd.org>

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

>Number:         138112
>Category:       ports
>Synopsis:       [PATCH] deskutils/libgcal: Fixing build on 6.x (gcc < 4.0)
>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 Aug 23 20:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Troels Kofoed Jacobsen
>Release:        FreeBSD 7.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD gluon.std 7.2-STABLE FreeBSD 7.2-STABLE #2: Tue Aug 11 12:11:42 CEST 2009
>Description:
[DESCRIBE CHANGES]

Port maintainer (tkjacobsen@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libgcal-0.9.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/deskutils/libgcal/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/deskutils/libgcal/Makefile
--- /usr/ports/deskutils/libgcal/Makefile	2009-08-22 05:55:25.000000000 +0200
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/deskutils/libgcal/Makefile	2009-08-23 21:55:28.000000000 +0200
@@ -19,6 +19,7 @@
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+USE_GCC=	4.2+
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \
--- libgcal-0.9.2.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?4a91a6e9.0707d00a.5ee4.57ac>