aboutsummaryrefslogtreecommitdiff
path: root/math/ccmath
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-11-21 15:46:48 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-11-21 15:46:48 +0000
commitda13b524722cdb30a398eba9cafdd5764c2cab11 (patch)
treeaeae4b4bf06607e632980210c464d242b5ea6e3d /math/ccmath
parented74dba3e14565886d1de6f2ec4e47119c738d38 (diff)
downloadports-da13b524722cdb30a398eba9cafdd5764c2cab11.tar.gz
ports-da13b524722cdb30a398eba9cafdd5764c2cab11.zip
Notes
Diffstat (limited to 'math/ccmath')
-rw-r--r--math/ccmath/files/patch-ac6
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" ]