diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-25 20:13:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-25 20:13:24 +0000 |
commit | 51916907064d95f0517c5986c4fe3b6661b22895 (patch) | |
tree | e5ffde05c0a7ba21534ae71af5f4735bbfcf3cd0 /math/pari-devel/files/patch-ai | |
parent | Add latex-subfig 1.1.20040112, (diff) |
- Update to 2.2.7.a
PR: ports/61862
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=99121
Diffstat (limited to 'math/pari-devel/files/patch-ai')
-rw-r--r-- | math/pari-devel/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/pari-devel/files/patch-ai b/math/pari-devel/files/patch-ai new file mode 100644 index 000000000000..4ba9f537c105 --- /dev/null +++ b/math/pari-devel/files/patch-ai @@ -0,0 +1,11 @@ +--- 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 |