FreeBSD Bugzilla – Attachment 194837 Details for
Bug 221182
audio/pulseaudio: fails to build on 11.0 and 11.1 armv6 (76 ports skipped)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add -fno-unsafe-math-optimizations after -ffast-math
file_221182.txt (text/plain), 945 bytes, created by
Jesper Schmitz Mouridsen
on 2018-07-02 15:35:22 UTC
(
hide
)
Description:
add -fno-unsafe-math-optimizations after -ffast-math
Filename:
MIME Type:
Creator:
Jesper Schmitz Mouridsen
Created:
2018-07-02 15:35:22 UTC
Size:
945 bytes
patch
obsolete
>--- Makefile (revision 473504) >+++ Makefile (working copy) >@@ -95,13 +95,17 @@ > > PULSE_VERSION= ${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} > PLIST_SUB= PULSE_VERSION=${PULSE_VERSION} >- >+.include <bsd.port.pre.mk> > post-patch: > @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \ > ${WRKSRC}/src/daemon/default.pa.in > @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ > ${WRKSRC}/configure >- >+post-configure: >+.if ${ARCH} == "armv6" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200032 >+CFLAGS:=${CFLAGS:C/-ffast-math//} >+CFLAGS+=-ffast-math -fno-unsafe-math-optimizations >+.endif > post-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/pulse > .for ii in default.pa daemon.conf client.conf system.pa >@@ -112,4 +116,4 @@ > post-install-BASH-off: > @${RM} -r ${STAGEDIR}${PREFIX}/share/bash-completion > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 221182
: 194837