diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-05 01:51:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-05 01:51:25 +0000 |
commit | 809094a5de6c577e154e218497e52d91defe28d2 (patch) | |
tree | 268eb27faf83185eb0e9286a8a5c9bc43825230c /graphics/jpeg | |
parent | d693dd43ae914ad3f51a3cf0f05592ea8c5080ac (diff) | |
download | ports-809094a5de6c577e154e218497e52d91defe28d2.tar.gz ports-809094a5de6c577e154e218497e52d91defe28d2.zip |
Notes
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/files/patch-ab | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/jpeg/files/patch-ab b/graphics/jpeg/files/patch-ab index 9b9920832ffe..85392d80c6ae 100644 --- a/graphics/jpeg/files/patch-ab +++ b/graphics/jpeg/files/patch-ab @@ -1,15 +1,16 @@ ---- configure.orig Sat Mar 21 11:08:57 1998 -+++ configure Thu Aug 31 01:07:10 2000 -@@ -1559,7 +1559,7 @@ +--- 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 +1647,7 @@ +@@ -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 |