diff options
Diffstat (limited to 'math/pari-devel/files/patch-ai')
-rw-r--r-- | math/pari-devel/files/patch-ai | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/pari-devel/files/patch-ai b/math/pari-devel/files/patch-ai deleted file mode 100644 index 4ba9f537c105..000000000000 --- a/math/pari-devel/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- config/get_cc.orig Thu Jan 8 01:20:56 2004 -+++ config/get_cc Thu Jan 8 01:21:30 2004 -@@ -119,7 +119,7 @@ - DBGFLAGS=${DBGFLAGS:-"-g $warn"} - # Some architectures need -fPIC for building dynamic lib - case "$osname-$arch" in -- hpux-*|*-ia64) DLCFLAGS=-fPIC ;; -+ hpux-*|*-ia64|*-amd64) DLCFLAGS=-fPIC ;; - darwin-*) DLCFLAGS=-fno-common;; - esac - # Specific optimisations for some architectures |