Date: Fri, 20 Feb 2004 00:31:22 -0500 (EST) From: Hendrik Scholz <hendrik@scholz.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: joe@zircon.seattle.wa.us Subject: ports/63111: amd64-fix: devel/libical Message-ID: <20040220053122.1588739845@slurmcan.wormulon.net> Resent-Message-ID: <200402200540.i1K5eD7h038531@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63111 >Category: ports >Synopsis: amd64-fix: devel/libical >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 19 21:40:13 PST 2004 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RC amd64 >Organization: >Environment: System: FreeBSD slurmcan.wormulon.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan 31 12:38:34 GMT 2004 root@ngoc.NUXI.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Fix for: http://bento.freebsd.org/errorlogs/amd64-5-latest/libical-0.24_2.log >How-To-Repeat: >Fix: --- libical-amd64.diff begins here --- Index: Makefile =================================================================== RCS file: /home/FreeBSD-CVS/ports/devel/libical/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 4 Feb 2004 05:19:40 -0000 1.6 +++ Makefile 20 Feb 2004 05:30:04 -0000 @@ -29,4 +29,8 @@ PLIST_SUB+= PYTHON:="@comment " .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +CONFIGURE_ENV= CFLAGS=-fPIC +.endif +.include <bsd.port.post.mk> --- libical-amd64.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040220053122.1588739845>