diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-08 10:42:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-08 10:42:26 +0000 |
commit | 4c9a2fef27abe243eecffea3802ae2964fcd4cda (patch) | |
tree | c8a138bad120512d6cfab861b179e0529ac35ced /graphics/tiff/files | |
parent | ea6a5da318760c33fd7b2889193b84ecb90e61dc (diff) |
- udpate to 3.8.0
Notes
Notes:
svn path=/head/; revision=153046
Diffstat (limited to 'graphics/tiff/files')
-rw-r--r-- | graphics/tiff/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/tiff/files/patch-configure b/graphics/tiff/files/patch-configure new file mode 100644 index 000000000000..0ae8ba2c5cbe --- /dev/null +++ b/graphics/tiff/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Dec 29 22:49:59 2005 ++++ configure Sun Jan 8 11:28:09 2006 +@@ -23354,7 +23354,7 @@ + _ACEOF + + +- if test "x$with_default_strip_size" == "x" ; then ++ if test "x$with_default_strip_size" = "x" ; then + with_default_strip_size="8192" + fi + |