diff options
author | arved <arved@FreeBSD.org> | 2003-11-21 23:46:48 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-11-21 23:46:48 +0800 |
commit | 0f5f8e588a86f1380920e02e39b4244310202f61 (patch) | |
tree | 7163fa9ef2b84a265bb26ec8b42f52a3613bdd65 /math/ccmath | |
parent | 219b53544b864d5bb8a0f481ff534b89dcae5fe0 (diff) | |
download | freebsd-ports-gnome-0f5f8e588a86f1380920e02e39b4244310202f61.tar.gz freebsd-ports-gnome-0f5f8e588a86f1380920e02e39b4244310202f61.tar.zst freebsd-ports-gnome-0f5f8e588a86f1380920e02e39b4244310202f61.zip |
Add -fPIC to fix build on amd64
Diffstat (limited to 'math/ccmath')
-rw-r--r-- | math/ccmath/files/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ccmath/files/patch-ac b/math/ccmath/files/patch-ac index 707f54041035..3dcbbfb7335d 100644 --- a/math/ccmath/files/patch-ac +++ b/math/ccmath/files/patch-ac @@ -1,5 +1,5 @@ ---- makelibs.sh.orig Wed Mar 7 16:18:01 2001 -+++ makelibs.sh Wed Mar 7 16:18:36 2001 +--- makelibs.sh.orig Sat May 20 09:01:56 2000 ++++ makelibs.sh Fri Nov 21 07:44:44 2003 @@ -9,23 +9,19 @@ LST="cfit complex fft geom intg matrix roots sfunc simu sort statf tseries util xarm" MDR=`pwd` @@ -11,7 +11,7 @@ cd $MDR/$dr echo `pwd` - cc -c -O3 *.c -+ cc -c $CFLAGS *.c ++ cc -c $CFLAGS -fPIC *.c mv *.o $LSOD done -if [ $F = "y" ] |