FreeBSD Bugzilla – Attachment 126752 Details for
Bug 170506
[PATCH] graphics/libGL: Don't link to -lpthread directly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2012-08-08-libGL.diff
2012-08-08-libGL.diff (text/plain), 1.67 KB, created by
Jason E. Hale
on 2012-08-09 17:40:01 UTC
(
hide
)
Description:
2012-08-08-libGL.diff
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2012-08-09 17:40:01 UTC
Size:
1.67 KB
patch
obsolete
>Index: libGL/bsd.mesalib.mk >=================================================================== >--- libGL/bsd.mesalib.mk (revision 302306) >+++ libGL/bsd.mesalib.mk (working copy) >@@ -102,7 +102,7 @@ > > 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 \ >Index: libGL/Makefile >=================================================================== >--- libGL/Makefile (revision 302306) >+++ libGL/Makefile (working copy) >@@ -7,6 +7,7 @@ > > PORTNAME= libGL > PORTVERSION= ${MESAVERSION} >+PORTREVISION= 1 > CATEGORIES= graphics > > COMMENT= OpenGL library that renders using GLX or DRI >Index: libGLU/Makefile >=================================================================== >--- libGLU/Makefile (revision 302306) >+++ libGLU/Makefile (working copy) >@@ -6,6 +6,7 @@ > # > > PORTNAME= libGLU >+PORTREVISION= 1 > PORTVERSION= ${MESAVERSION} > CATEGORIES= graphics > >Index: libGLw/Makefile >=================================================================== >--- libGLw/Makefile (revision 302306) >+++ libGLw/Makefile (working copy) >@@ -7,6 +7,7 @@ > > PORTNAME= libGLw > PORTVERSION= ${MESAVERSION} >+PORTREVISION= 1 > CATEGORIES= graphics > > COMMENT= OpenGL widgets library >Index: dri/Makefile >=================================================================== >--- dri/Makefile (revision 302306) >+++ dri/Makefile (working copy) >@@ -7,7 +7,7 @@ > > PORTNAME= dri > PORTVERSION= ${MESAVERSION} >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 2 > CATEGORIES= graphics
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 170506
: 126752