FreeBSD Bugzilla – Attachment 184209 Details for
Bug 220355
dns/knot2: Use GCC on i386, Remove BROKEN on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unbroken i386 in dns/knot2 - another attempt
knot2.diff.txt (text/plain), 944 bytes, created by
Leo Vandewoestijne
on 2017-07-09 22:48:26 UTC
(
hide
)
Description:
unbroken i386 in dns/knot2 - another attempt
Filename:
MIME Type:
Creator:
Leo Vandewoestijne
Created:
2017-07-09 22:48:26 UTC
Size:
944 bytes
patch
obsolete
>diff -ruN knot2.orig/Makefile knot2/Makefile >--- knot2.orig/Makefile 2017-06-25 11:18:50.000000000 +0000 >+++ knot2/Makefile 2017-07-09 22:25:50.275588537 +0000 >@@ -40,8 +40,6 @@ > > PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS > >-BROKEN_i386= Issues in knot/modules/*/*.c: undefined reference to '__atomic_fetch_add_8' >- > OPTIONS_DEFINE= DNSTAP FASTPARSER IDN > > DNSTAP_DESC= dnstap support (see dnstap.info) >@@ -61,6 +59,13 @@ > IDN_CONFIGURE_WITH= libidn > IDN_LIB_DEPENDS= libidn.so:dns/libidn > >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH} == "i386" >+CPUTYPE= i686 >+CFLAGS+= -march=i686 >+.endif >+ > post-patch: > @${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|' \ > ${WRKSRC}/src/Makefile.in >@@ -74,4 +79,4 @@ > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ > >-.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 220355
:
183908
|
183915
|
184074
|
184209
|
184472