pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: devel/boost-libs-1.53.0 won't build on alpha
Looking at the boost configure stuff, this (untested) patch might do it:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/boost-libs/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile 31 Oct 2012 11:16:42 -0000 1.24
+++ Makefile 9 Mar 2013 14:29:55 -0000
@@ -10,8 +10,11 @@
INSTALLATION_DIRS+= lib
BJAM_ARGS+= --without-python
+
.if !empty(OPSYS:MNetBSD) && !empty(MACHINE_ARCH:Msparc64)
BJAM_ARGS+= pch=off
+.elif !empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Mm68k)
+BJAM_ARGS+= --without-libraries=context
.endif
UNLIMIT_RESOURCES+= stacksize
Anyone want to give it a try and report?
Thanks,
Martin
Home |
Main Index |
Thread Index |
Old Index