diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-05 01:03:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-05 01:03:34 +0800 |
commit | a420e73ceae7ac980d32d85308dbbe14d737118b (patch) | |
tree | 17cfdb7f05ffefef3c7655c44b3d926fe8b5b445 /lang | |
parent | 80496e36b864daf323ed29da17fbebc77af37110 (diff) | |
download | freebsd-ports-gnome-a420e73ceae7ac980d32d85308dbbe14d737118b.tar.gz freebsd-ports-gnome-a420e73ceae7ac980d32d85308dbbe14d737118b.tar.zst freebsd-ports-gnome-a420e73ceae7ac980d32d85308dbbe14d737118b.zip |
- Fix build on 9.0
- Mark MAKE_JOBS_UNSAFE
Diffstat (limited to 'lang')
-rw-r--r-- | lang/STk/Makefile | 1 | ||||
-rw-r--r-- | lang/STk/files/patch-Tcl-configure | 11 |
2 files changed, 12 insertions, 0 deletions
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` |