FreeBSD Bugzilla – Attachment 208050 Details for
Bug 241034
www/anyterm: fix build on arm and GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
anyterm.patch (text/plain), 1.02 KB, created by
Piotr Kubaj
on 2019-10-03 11:24:38 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-10-03 11:24:38 UTC
Size:
1.02 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 513473) >+++ Makefile (working copy) >@@ -17,13 +17,8 @@ > > LIB_DEPENDS= libboost_system.so:devel/boost-libs > >-BROKEN_aarch64= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 >-BROKEN_armv6= does not build: libstdc++.so: undefined reference to __aeabi_idiv@GCC_3.5 >-BROKEN_armv7= does not build: libstdc++.so: undefined reference to __aeabi_idiv@GCC_3.5 >-BROKEN_powerpc64= Does not build: ld: cannot find -lboost_system >- > USE_RC_SUBR= anytermd >-USES= gmake iconv localbase tar:tbz2 >+USES= compiler:c++11-lang gmake iconv localbase tar:tbz2 > USE_GCC= any > ALL_TARGET= default_target > PLIST_FILES= man/man1/anytermd.1.gz \ >@@ -41,6 +36,7 @@ > -e '/^COMPILE_FLAGS=/s|$$| ${CXXFLAGS}|' \ > -e 's|$${OPTIMISE_FLAGS}||' \ > -e 's|$$(LINK_FLAGS)|& -L${ICONV_PREFIX}/lib ${ICONV_LIB} |' \ >+ -e 's| -L/usr/lib||' \ > ${WRKSRC}/common.mk > @${REINPLACE_CMD} \ > -e '/^COMPILE_FLAGS=/s|$$| ${CXXFLAGS}|' \
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
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 241034
: 208050