pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/erlang Make platform target used in the make matc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87d731e390bb
branches:  trunk
changeset: 480545:87d731e390bb
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Sep 13 13:43:30 2004 +0000

description:
Make platform target used in the make match that used in the configure.
Fixes build problems seen in the bulkbuilds.

diffstat:

 lang/erlang/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 8012a4183219 -r 87d731e390bb lang/erlang/Makefile
--- a/lang/erlang/Makefile      Mon Sep 13 12:09:22 2004 +0000
+++ b/lang/erlang/Makefile      Mon Sep 13 13:43:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/06/28 17:39:46 abs Exp $
+# $NetBSD: Makefile,v 1.14 2004/09/13 13:43:30 markd Exp $
 
 DISTNAME=              otp_src_R9C-0
 PKGNAME=               erlang-9.2
@@ -20,6 +20,12 @@
 USE_JAVA=              yes
 USE_JAVA2=             yes
 
+SUBST_CLASSES=         target
+SUBST_STAGE.target=    post-patch
+SUBST_FILES.target=    make/target.mk
+SUBST_SED.target=      -e "s|=.*config.guess)|= ${MACHINE_GNU_PLATFORM}|"
+SUBST_MESSAGE.target=  "Fixing target name."
+
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/java-vm.mk"



Home | Main Index | Thread Index | Old Index