diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-05 01:51:25 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-05 01:51:25 +0000 |
commit | e4a5d11ef32d1366aa4c11ad1c3f750cfcf8293b (patch) | |
tree | 63ca1ce3ae6c45e4a9499cb62e77d209ed2e6629 /graphics/jpeg-mmx | |
parent | 86ff3c02c738388bbe653ecd46d1a73e5fbb0afe (diff) | |
download | FreeBSD-ports-e4a5d11ef32d1366aa4c11ad1c3f750cfcf8293b.zip FreeBSD-ports-e4a5d11ef32d1366aa4c11ad1c3f750cfcf8293b.tar.gz |
Make sure libraries are built with -fPIC to fix dependent port builds on
amd64.
Reported by: bento via kris
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r-- | graphics/jpeg-mmx/files/patch-ab | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/jpeg-mmx/files/patch-ab b/graphics/jpeg-mmx/files/patch-ab index 9b99208..85392d8 100644 --- a/graphics/jpeg-mmx/files/patch-ab +++ b/graphics/jpeg-mmx/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 |