diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-04 20:23:32 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-04 20:23:32 +0000 |
commit | 18f33c0f9311a0e0fe565649f877883c91f21e59 (patch) | |
tree | 53d38e9f76c8e2da3dbce1e2d2da4446296bd67b /graphics/jpeg-mmx | |
parent | 196cae7856697f0aac7cf21d8a760b058f56ed89 (diff) | |
download | ports-18f33c0f9311a0e0fe565649f877883c91f21e59.tar.gz ports-18f33c0f9311a0e0fe565649f877883c91f21e59.zip |
Notes
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r-- | graphics/jpeg-mmx/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpeg-mmx/files/patch-ab b/graphics/jpeg-mmx/files/patch-ab index a2bb0261be19..646f085fec6b 100644 --- a/graphics/jpeg-mmx/files/patch-ab +++ b/graphics/jpeg-mmx/files/patch-ab @@ -5,7 +5,7 @@ echo $ac_n "checking libjpeg version number""... $ac_c" 1>&6 echo "configure:1650: checking libjpeg version number" >&5 -JPEG_LIB_VERSION=`sed -e '/^#define JPEG_LIB_VERSION/!d' -e 's/^[^0-9]*\([0-9][0-9]*\).*$/\1/' $srcdir/jpeglib.h` -+JPEG_LIB_VERSION=8 ++JPEG_LIB_VERSION=9 echo "$ac_t""$JPEG_LIB_VERSION" 1>&6 |