ports/63111: amd64-fix: devel/libical

Hendrik Scholz hendrik at scholz.net
Fri Feb 20 05:40:13 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list