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:
parent
5d21217b26
commit
1bd3aeaf94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304226
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= dri
|
||||
PORTVERSION= ${MESAVERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= graphics
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= libGL
|
||||
PORTVERSION= ${MESAVERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= OpenGL library that renders using GLX or DRI
|
||||
|
@ -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 \
|
||||
|
@ -6,6 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libGLU
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= ${MESAVERSION}
|
||||
CATEGORIES= graphics
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= libGLw
|
||||
PORTVERSION= ${MESAVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= OpenGL widgets library
|
||||
|
Loading…
Reference in New Issue
Block a user