FreeBSD Bugzilla – Attachment 238001 Details for
Bug 267694
devel/sope2: fix build on armv7 arm64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/sope2: fix build on armv7 arm64
0001-devel-sope2-fix-buil-on-armv7-arm64.patch (text/plain), 1.27 KB, created by
Robert Clausecker
on 2022-11-10 14:51:51 UTC
(
hide
)
Description:
devel/sope2: fix build on armv7 arm64
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2022-11-10 14:51:51 UTC
Size:
1.27 KB
patch
obsolete
>From 4cff9b5e76493c5a424a6d7a231a12a9b4b1e3e5 Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@fuz.su> >Date: Thu, 10 Nov 2022 15:48:37 +0100 >Subject: [PATCH] devel/sope2: fix buil on armv7, arm64 > >Replace config.sub, config.guess with variant from TEMPLATES >to teach the build system how to detect architectures on FreeBSD. >--- > devel/sope2/Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile >index 67c0f9b7d6ad..b8833f7bbab1 100644 >--- a/devel/sope2/Makefile >+++ b/devel/sope2/Makefile >@@ -10,8 +10,6 @@ WWW= https://sogo.nu/ > > LICENSE= LGPL20 > >-BROKEN_aarch64= fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Abort trap (core dumped) >- > LIB_DEPENDS= libxml2.so:textproc/libxml2 \ > libmemcached.so:databases/libmemcached > >@@ -44,6 +42,9 @@ MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached > post-patch: > @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure > @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/sope-core/NGStreams/configure >+.for f in config.guess config.sub >+ @${CP} ${TEMPLATES}/$f ${WRKSRC}/sope-core/NGStreams/ >+.endfor > > post-patch-LDAP-off: > @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure >-- >2.37.1 >
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:
fuz
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 267694
: 238001