FreeBSD Bugzilla – Attachment 153641 Details for
Bug 198116
[patch] graphics/gdal : don't substitute -lpthread with -pthread anymore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch
gdal.patch (text/plain), 725 bytes, created by
John Marino
on 2015-03-01 14:40:21 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
John Marino
Created:
2015-03-01 14:40:21 UTC
Size:
725 bytes
patch
obsolete
>Index: graphics/gdal/Makefile >=================================================================== >--- graphics/gdal/Makefile (revision 379887) >+++ graphics/gdal/Makefile (working copy) >@@ -42,7 +42,7 @@ > --with-threads=yes \ > --without-libtool > GNU_CONFIGURE= yes >-LDFLAGS+= -L${LOCALBASE} -pthread >+LDFLAGS+= -L${LOCALBASE} -lpthread > MAKE_JOBS_UNSAFE= yes > MAKEFILE= GNUmakefile > USE_LDCONFIG= yes >@@ -132,7 +132,6 @@ > > post-patch: > @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile >- @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure > # Cleanup bundled libraries > @${RM} -fr ${WRKSRC}/frmts/gif/giflib/ > @${RM} -fr ${WRKSRC}/frmts/gtiff/libgeotiff/
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 198116
:
153637
| 153641