diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-18 14:53:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-18 14:53:47 +0000 |
commit | 7a318b355a4c52d62ee6070475839a2eb7bb9d98 (patch) | |
tree | a9079928dc93bc9bc303b756fc34276b012bfc80 /graphics/jpeg/files/patch-configure | |
parent | - Remove dead WWW (diff) |
- Patches from
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106060 ,
http://sylvana.net/jpegcrop/exifpatch.html
Which add EXIF support to jpegtran (lossless JPEG transforms) and to
rdjpgcom to add reporting of EXIF orientation in verbose mode.
- Tools from http://sylvana.net/jpegcrop/exif_orientation.html
which allow automatic JPEG orientation using the EXIF tag from the camera.
(I think it should be done with DISTFILES rather than with PATCH_SITES,
though).
Roman Shterenzon
(some cleanup done)
Diffstat (limited to 'graphics/jpeg/files/patch-configure')
-rw-r--r-- | graphics/jpeg/files/patch-configure | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/jpeg/files/patch-configure b/graphics/jpeg/files/patch-configure new file mode 100644 index 000000000000..85392d80c6ae --- /dev/null +++ b/graphics/jpeg/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Sat Mar 21 14:08:57 1998 ++++ configure Mon Aug 4 21:49:44 2003 +@@ -1559,7 +1559,8 @@ + if test "x$LTSTATIC" = xno; then + disable_static="--disable-static" + fi +- $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh ++ pic_flag="-fPIC" ++ $ac_aux_dir/ltconfig $disable_shared $disable_static $ac_aux_dir/ltmain.sh + fi + + # Select memory manager depending on user input. +@@ -1647,7 +1648,7 @@ + # Extract the library version ID from jpeglib.h. + 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=9 + echo "$ac_t""$JPEG_LIB_VERSION" 1>&6 + + |