diff options
Diffstat (limited to 'x11/twin/files/patch-configure')
-rw-r--r-- | x11/twin/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/twin/files/patch-configure b/x11/twin/files/patch-configure new file mode 100644 index 000000000000..e032e5636e3a --- /dev/null +++ b/x11/twin/files/patch-configure @@ -0,0 +1,10 @@ +--- configure Thu Mar 27 11:29:47 2003 ++++ configure.patch Tue May 13 11:43:10 2003 +@@ -1236,5 +1236,5 @@ + make_is_good=no + if test "${MAKE-make}"; then +- ${MAKE-make} -v | head -1 | cut -d' ' -f1-4 | cut -d, -f1 | \ ++ gmake -v | head -1 | cut -d' ' -f1-4 | cut -d, -f1 | \ + while read make_GNU make_Make make_version make_numbers + do + |