From 4c0e1f21302d7e0aaa23938a4d7af9afa188f120 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 4 Nov 2009 17:03:34 +0000 Subject: - Fix build on 9.0 - Mark MAKE_JOBS_UNSAFE --- lang/STk/Makefile | 1 + lang/STk/files/patch-Tcl-configure | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 lang/STk/files/patch-Tcl-configure (limited to 'lang') diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 88a647bd8cc7..9cdea88fda97 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -19,6 +19,7 @@ COMMENT= A scheme interpreter with full access to the Tk graphical package USE_XORG= x11 ice sm xt GNU_CONFIGURE= yes CFLAGS= -I${LOCALBASE}/include +MAKE_JOBS_UNSAFE=yes PLIST_SUB= STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH} diff --git a/lang/STk/files/patch-Tcl-configure b/lang/STk/files/patch-Tcl-configure new file mode 100644 index 000000000000..2d103e45d575 --- /dev/null +++ b/lang/STk/files/patch-Tcl-configure @@ -0,0 +1,11 @@ +--- Tcl/configure.orig 1998-01-03 15:46:25.000000000 +0300 ++++ Tcl/configure 2009-11-04 05:58:13.000000000 +0300 +@@ -3219,7 +3219,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print $3}' /etc/.relid'` ++ system=MP-RAS-`awk '{print $3}' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` -- cgit v1.2.3