diff options
-rw-r--r-- | ds9/ds9.ini | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/ds9/ds9.ini b/ds9/ds9.ini index be6b0e4..b480251 100644 --- a/ds9/ds9.ini +++ b/ds9/ds9.ini @@ -1,6 +1,6 @@ [package] name : ds9 -version : 7.3.2 +version : 7.4 [about] home : http://ds9.si.edu/download/source/ @@ -32,16 +32,14 @@ linux : case "$$(uname)" in Linux) LDFLAGS='-m64' - ln -s make.linux64 make.include ;; Darwin) LDFLAGS='-arch x86_64 -m64' - cp -a make.darwinmavericks make.include + #cp -a make.darwinmavericks make.include - sed -i -e '/^ZZ/ s/$$/ -arch x86_64/' \ - -e '/^AA/ s/$$/ -arch x86_64/' make.include - sed -i -e '/CODESIGN =/c \ - CODESIGN = echo' make.include + #sed -i -e '/^ZZ/ s/$$/ -arch x86_64/' \ + # -e '/^AA/ s/$$/ -arch x86_64/' make.include + sed -i -e '/codesign/d' ds9/unix/Makefile.in ;; *) echo "Unsupported" @@ -49,7 +47,7 @@ linux : ;; esac - + unix/configure make mkdir -p $$PREFIX/bin cp -a bin/ds9* bin/x* $$PREFIX/bin |