diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-23 15:32:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-23 15:32:59 +0000 |
commit | 5578230f6e5a3f4ba74abe6e41c2841d3479c0cd (patch) | |
tree | 6346aed5c7fbcb8264715b1b505459f26fa8af03 /math/guppi/files | |
parent | 9d518ff77242ea42840fe64d750819a46308fc91 (diff) |
Notes
Diffstat (limited to 'math/guppi/files')
-rw-r--r-- | math/guppi/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
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" + |