svn commit: r335976 - head/lang/mit-scheme/files

Jimmy Olgeni olgeni at FreeBSD.org
Mon Dec 9 12:49:54 UTC 2013


Author: olgeni
Date: Mon Dec  9 12:49:53 2013
New Revision: 335976
URL: http://svnweb.freebsd.org/changeset/ports/335976

Log:
  Unbreak by replacing make with gmake.
  
  PR:		ports/184593
  Submitted by:	marino

Added:
  head/lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh   (contents, props changed)

Added: head/lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh	Mon Dec  9 12:49:53 2013	(r335976)
@@ -0,0 +1,9 @@
+--- etc/make-in-subdirs.sh.orig	2011-05-02 01:50:30.000000000 +0000
++++ etc/make-in-subdirs.sh
+@@ -29,5 +29,5 @@ set -e
+ TARGET=${1}
+ shift
+ for SUBDIR in "${@}"; do
+-    run_cmd_in_dir "${SUBDIR}" make "${TARGET}"
++    run_cmd_in_dir "${SUBDIR}" gmake "${TARGET}"
+ done


More information about the svn-ports-all mailing list