From owner-cvs-all Mon Jun 10 5:52:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7109837B403; Mon, 10 Jun 2002 05:52:37 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ACqbo25596; Mon, 10 Jun 2002 05:52:37 -0700 (PDT) (envelope-from trevor) Message-Id: <200206101252.g5ACqbo25596@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 10 Jun 2002 05:52:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/openuniverse Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/06/10 05:52:37 PDT Modified files: astro/openuniverse Makefile Log: Markus Bäurle sent me a nice report about the configure script failing. In his config.log I noticed a pthreads problem: /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_getspecific' /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_key_create' /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_setspecific' I was not able to reproduce the problem, so I asked him to test this patch, but have not seen a response. However, it causes no trouble for me. Revision Changes Path 1.22 +2 -1 ports/astro/openuniverse/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message