From 489f4f49e2ca64a9a5b5dccd8abdd52fe551250f Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 23 Jan 2002 15:32:59 +0000 Subject: Grrr, `cvs rm' followed by `cvs add' in a remote mode doesn't add the file back to a repo. --- math/guppi/files/patch-configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 math/guppi/files/patch-configure (limited to 'math/guppi') diff --git a/math/guppi/files/patch-configure b/math/guppi/files/patch-configure new file mode 100644 index 000000000000..637b445f09c0 --- /dev/null +++ b/math/guppi/files/patch-configure @@ -0,0 +1,20 @@ + +$FreeBSD$ + +--- configure 2002/01/23 15:05:45 1.1 ++++ configure 2002/01/23 15:06:08 +@@ -1259,10 +1259,10 @@ + + # The aliases save the names the user supplied, while $host etc. + # will get canonicalized. +-test -n "$target_alias" && +- test "$program_prefix$program_suffix$program_transform_name" = \ +- NONENONEs,x,x, && +- program_prefix=${target_alias}- ++#test -n "$target_alias" && ++# test "$program_prefix$program_suffix$program_transform_name" = \ ++# NONENONEs,x,x, && ++# program_prefix=${target_alias}- + + ac_config_headers="$ac_config_headers config.h" + -- cgit