Date: Wed, 1 Jun 2005 18:57:35 +0200 From: Manuel Stuehn <freebsdnewbie@freenet.de> To: freebsd-ports@freebsd.org Subject: make gnomesword build on amd64 Message-ID: <20050601185735.2e72b961.freebsdnewbie@freenet.de>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --Multipart=_Wed__1_Jun_2005_18_57_35_+0200_vzbe7Aag+pFKKjx+ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi. I've a patch which makes /usr/ports/misc/gnomesword build on FreeBSD/amd64. Perhaps someone could commit it after a further testing. On my amd64 it compiles and runs fine. With regards Manuel --Multipart=_Wed__1_Jun_2005_18_57_35_+0200_vzbe7Aag+pFKKjx+ Content-Type: text/plain; name="patch-src::backend::sword_main.diff" Content-Disposition: attachment; filename="patch-src::backend::sword_main.diff" Content-Transfer-Encoding: 7bit --- src/backend/sword_main.cc Thu Jul 1 17:45:30 2004 +++ sword_main.cc Wed Jun 1 18:36:53 2005 @@ -190,8 +190,8 @@ VerseKey key; GList *retlist = NULL; char *book = NULL; - unsigned int bytes_read; - unsigned int bytes_written; + gsize bytes_read; + gsize bytes_written; GError *error; int i = 0, j = 0, x = 2; --Multipart=_Wed__1_Jun_2005_18_57_35_+0200_vzbe7Aag+pFKKjx+--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050601185735.2e72b961.freebsdnewbie>