1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/astro/openuniverse/Makefile
Trevor Johnson 414123cc76 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.
2002-06-10 12:52:37 +00:00

33 lines
781 B
Makefile

# New ports collection makefile for: openuniverse
# Date created: 4 August 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= openuniverse
PORTVERSION= 1.0.b3
CATEGORIES= astro
MASTER_SITES= http://download.sourceforge.net/openuniverse/
DISTNAME= ${PORTNAME}-1.0beta3
MAINTAINER= trevor@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_MESA= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib" \
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${X11BASE}/include/GL -I${LOCALBASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm" \
LIBS="-lcompat" PTHREAD_LIBS="${PTHREAD_LIBS}"
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
USE_X_PREFIX= yes
.include <bsd.port.mk>