guile2: Unbreak on powerpc

After an initial report by Matthew Hull, George Koehler found out that
the pre-built 32-bit BE bootstrap has probably a wrong byte order.
As such the port should be built without it. Thanks a lot!

OK jca@
This commit is contained in:
cwen 2019-12-14 15:45:01 +00:00
parent 990c745d8d
commit 5425a9bff8

View File

@ -1,10 +1,8 @@
# $OpenBSD: Makefile,v 1.23 2019/07/16 21:29:41 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2019/12/14 15:45:01 cwen Exp $
# When updating, check that x11/gnome/aisleriot MODGNOME_CPPFLAGS references the
# proper guile2 includes directory
BROKEN-powerpc= Segmentation fault (core dumped)
COMMENT= GNU's Ubiquitous Intelligent Language for Extension
# '
@ -52,6 +50,10 @@ CONFIGURE_ARGS= --program-suffix=${V}
# warning: format '%ji' expects type 'intmax_t', but argument 4 has type 'scm_t_intmax'
CONFIGURE_ARGS += --disable-error-on-warning
# powerpc: Prevent "Segmentation fault (core dumped)" during build.
post-patch:
mv ${WRKSRC}/prebuilt/32-bit-big-endian{,-broken}
post-install:
install -d ${PREFIX}/share/guile/site/${V}/
# fix conflict with devel/guile