FreeBSD Bugzilla – Attachment 155914 Details for
Bug 199627
[MAINTAINER] multimedia/plexhometheater Fix build on FreeBSD 8+9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix build of multimedia/plexhometheater on FreeBSD 8+9
plexhometheater.diff (text/plain), 894 bytes, created by
Ben Woods
on 2015-04-23 13:46:24 UTC
(
hide
)
Description:
Patch to fix build of multimedia/plexhometheater on FreeBSD 8+9
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2015-04-23 13:46:24 UTC
Size:
894 bytes
patch
obsolete
>Index: multimedia/plexhometheater/Makefile >=================================================================== >--- multimedia/plexhometheater/Makefile (revision 384497) >+++ multimedia/plexhometheater/Makefile (working copy) >@@ -131,6 +131,15 @@ > ${WRKSRC}/plex/CMakeModules/FindIconv.cmake > @${REINPLACE_CMD} 's/COMMAND\ make/COMMAND\ gmake/g' \ > ${WRKSRC}/lib/ffmpeg/CMakeLists.txt >+.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000024 >+ @${REINPLACE_CMD} 's/__builtin_bswap/__bswap/g' \ >+ ${WRKSRC}/plex/Third-Party/hash-library/md5.cpp \ >+ ${WRKSRC}/plex/Third-Party/hash-library/sha1.cpp \ >+ ${WRKSRC}/plex/Third-Party/hash-library/crc32.cpp \ >+ ${WRKSRC}/plex/Third-Party/hash-library/sha256.cpp \ >+ ${WRKSRC}/plex/Third-Party/hash-library/sha3.cpp \ >+ ${WRKSRC}/plex/Third-Party/hash-library/keccak.cpp >+.endif > > post-install: > ${RM} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/*.so
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 199627
:
155879
| 155914 |
155915
|
155941
Working