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