summaryrefslogtreecommitdiff
path: root/graphics/jpeg-mmx
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-05-04 20:23:32 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-05-04 20:23:32 +0000
commit18f33c0f9311a0e0fe565649f877883c91f21e59 (patch)
tree53d38e9f76c8e2da3dbce1e2d2da4446296bd67b /graphics/jpeg-mmx
parentActivate r. (diff)
Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
Notes
Notes: svn path=/head/; revision=10846
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r--graphics/jpeg-mmx/files/patch-ab2
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