1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Use PTHREAD_LIBS instead of -lpthread

PR:		ports/170506
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
This commit is contained in:
Steve Wills 2012-09-13 18:07:55 +00:00
parent 5d21217b26
commit 1bd3aeaf94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304226
5 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= dri
PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= graphics

View File

@ -7,7 +7,7 @@
PORTNAME= libGL
PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
COMMENT= OpenGL library that renders using GLX or DRI

View File

@ -102,7 +102,7 @@ CONFIGURE_ARGS+= --enable-xcb
post-patch:
@${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \
${WRKSRC}/configure
-e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/src/glu/Makefile \
${WRKSRC}/src/glw/Makefile \

View File

@ -6,6 +6,7 @@
#
PORTNAME= libGLU
PORTREVISION= 1
PORTVERSION= ${MESAVERSION}
CATEGORIES= graphics

View File

@ -7,6 +7,7 @@
PORTNAME= libGLw
PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
CATEGORIES= graphics
COMMENT= OpenGL widgets library