freebsd-ports/chinese/gcin/files/patch-configure
Vanilla I. Shu bd6a25cc84 Upgrade to 0.2.1.
PR:		ports/70575
Submitted by:	statue <statue@freebsd.netlab.cse.yzu.edu.tw>
2004-08-19 18:00:00 +00:00

12 lines
226 B
Text

--- configure.orig Tue Aug 3 13:46:22 2004
+++ configure Tue Aug 17 20:24:39 2004
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
MAKE=make
-which gmake >& /dev/null
+which gmake > /dev/null
if [ $? = 0 ]; then
MAKE=gmake
fi