diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-23 23:32:59 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-23 23:32:59 +0800 |
commit | 489f4f49e2ca64a9a5b5dccd8abdd52fe551250f (patch) | |
tree | 8c4e57dc02273523cdd531fb3bb1dbb326c331ee /math/guppi | |
parent | ef5242671b97bdc7430c688807ea1ef0f1a4e1bc (diff) | |
download | freebsd-ports-gnome-489f4f49e2ca64a9a5b5dccd8abdd52fe551250f.tar.gz freebsd-ports-gnome-489f4f49e2ca64a9a5b5dccd8abdd52fe551250f.tar.zst freebsd-ports-gnome-489f4f49e2ca64a9a5b5dccd8abdd52fe551250f.zip |
<cvs="sucks">
Grrr, `cvs rm' followed by `cvs add' in a remote mode doesn't add the file
back to a repo.
</cvs>
Diffstat (limited to 'math/guppi')
-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" + |