Subject: Re: lang/erlang not compiling
To: =?iso-8859-1?q?Bj=F6rn_Lindstr=F6m?= <bkhl@elektrubadur.se>
From: Urban Boquist <urban@boquist.net>
List: tech-pkg
Date: 04/24/2004 13:58:42
Björn> I'm having trouble building lang/erlang on 1.6.2-i386. I have
Björn> PKG_JVM_DEFAULT=wonka in mk.conf.
I think this is the same problem I saw the other day on 2.0B. It is
not related to wonka.
Try the patch below, it makes erlang build for me. But I don't know if
that is the best thing to do...
Kind regards,
-- Urban
Index: Makefile
===================================================================
RCS file: /anoncvs/pkgsrc/lang/erlang/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 26 Mar 2004 02:27:42 -0000 1.12
+++ Makefile 24 Apr 2004 11:53:02 -0000
@@ -20,6 +20,8 @@
USE_JAVA= yes
USE_JAVA2= yes
+CONFIG_GUESS_OVERRIDE= # empty
+
.include "../../security/openssl/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/java-vm.mk"