Date: Fri, 11 Aug 2006 17:52:02 -0500 From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: multimedia@FreeBSD.org Subject: about graphics/libcaca on amd64 Message-ID: <20060811175202.6e0f7df4.acm@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
--Multipart=_Fri__11_Aug_2006_17_52_02_-0500_8.BSSD.sxGdfhnkH Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi :) I fixed some problems with graphics/crystalspace on amd64. It include some tiny modifications on graphics/libcaca (crystalspace dependency). I'm sending you this patch that I applied on graphics/libcaca. With it i compiled crystalspace without problems. http://tb3.droso.net/logs/6-acm/libcaca-0.9_4.log http://tb3.droso.net/logs/6-acm/crystalspace-0.99_4.log Greetings - ---- Jose Alonso Cardenas Marquez | http://www.FreeBSD.org acm@FreeBSD.org | http://www.BSD.org.pe GnuPG Key: http://www.FreeBSD.org/~acm/pgp/pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3QoSGV/UqJshvBkRAsUHAKChWibb/ZYeYOVY4rzPWo8H6E5AcQCdH6CX OfidQCoWJINjVcvlhdO8R+0= =UzDN -----END PGP SIGNATURE----- --Multipart=_Fri__11_Aug_2006_17_52_02_-0500_8.BSSD.sxGdfhnkH Content-Type: text/plain; name="libcaca.diff" Content-Disposition: attachment; filename="libcaca.diff" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/libcaca/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 9 Jun 2006 18:59:20 -0000 1.11 +++ Makefile 11 Aug 2006 22:31:03 -0000 @@ -6,7 +6,7 @@ PORTNAME= libcaca PORTVERSION= 0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://sam.zoy.org/projects/libcaca/ @@ -34,6 +34,10 @@ .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +CFLAGS+= -fPIC -DPIC +.endif + .if defined(WITH_SLANG) || exists(${LOCALBASE}/lib/libslang.so) LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang CONFIGURE_ARGS+= --enable-slang --Multipart=_Fri__11_Aug_2006_17_52_02_-0500_8.BSSD.sxGdfhnkH--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060811175202.6e0f7df4.acm>