Date: Wed, 1 Jan 2003 12:00:19 -0800 (PST) From: "Roderick van Domburg" <r.s.a.vandomburg@student.utwente.nl> To: freebsd-ports@FreeBSD.org Subject: Re: ports/46666: postgresql fails to build on sparc64 Message-ID: <200301012000.h01K0J3r030557@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/46666; it has been noted by GNATS. From: "Roderick van Domburg" <r.s.a.vandomburg@student.utwente.nl> To: <freebsd-gnats-submit@FreeBSD.org> Cc: Subject: Re: ports/46666: postgresql fails to build on sparc64 Date: Wed, 1 Jan 2003 20:54:39 +0100 Sorry to bother you again, but I just resolved the issue with the help of the PostgreSQL developers. The following patch does the magic. I assume that this patch will be incorporated into later releases of PostgreSQL (> 7.3.1). *** freebsd.h Wed Jan 1 19:46:24 2003 --- /home/roderick/freebsd.h Wed Jan 1 19:46:14 2003 *************** *** 7,12 **** --- 7,13 ---- #if defined(__sparc__) #define NEED_SPARC_TAS_ASM #define HAS_TEST_AND_SET + typedef unsigned char slock_t; #endif #if defined(__alpha__) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301012000.h01K0J3r030557>