diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-21 15:46:48 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-21 15:46:48 +0000 |
commit | da13b524722cdb30a398eba9cafdd5764c2cab11 (patch) | |
tree | aeae4b4bf06607e632980210c464d242b5ea6e3d /math/ccmath | |
parent | ed74dba3e14565886d1de6f2ec4e47119c738d38 (diff) |
Add -fPIC to fix build on amd64
Notes
Notes:
svn path=/head/; revision=94659
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" ] |