diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
| commit | 38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch) | |
| tree | abf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /science/gamess/files/patch-compall | |
| parent | - Fix build with GCRYPT option by taking out -Werror (diff) | |
Remove non staged ports without pending PR from s*
Diffstat (limited to 'science/gamess/files/patch-compall')
| -rw-r--r-- | science/gamess/files/patch-compall | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/science/gamess/files/patch-compall b/science/gamess/files/patch-compall deleted file mode 100644 index 27a1c1e4ec88..000000000000 --- a/science/gamess/files/patch-compall +++ /dev/null @@ -1,38 +0,0 @@ ---- compall.orig 2012-09-07 22:32:57.000000000 +0900 -+++ compall 2013-02-27 15:59:37.000000000 +0900 -@@ -58,6 +58,8 @@ - if (($TARGET == ibm-bg) && ($GMS_BG_MODEL == P)) set CCOMP='bgxlc_r' - if ($TARGET == linux32) set CCOMP='gcc' - if ($TARGET == linux64) set CCOMP='gcc' -+if ($TARGET == freebsd32) set CCOMP='%%CC%%' -+if ($TARGET == freebsd64) set CCOMP='%%CC%%' - if ($TARGET == necsx) set CCOMP='c++' - # - unset extraflags -@@ -96,6 +98,8 @@ - if ($chip == x86_64) set extraflags='-DLINUX64 -m64' - if ($chip == ia64) set extraflags='-DLINUX64' # this always 64 bits - endif -+if ($TARGET == freebsd32) set extraflags='-DLINUX32' -+if ($TARGET == freebsd64) set extraflags='-DLINUX64 -m64' - if ($TARGET == mac32) set extraflags='-DLINUX32' - if ($TARGET == mac64) set extraflags='-DLINUX64 -m64 -I/usr/include/malloc' - if ($TARGET == necsx) set extraflags='-DNECSX -size_t64' -@@ -211,6 +215,8 @@ - if ($TARGET == ibm-bg) ./comp blas - if ($TARGET == linux32) ./comp blas - if ($TARGET == linux64) ./comp blas -+if ($TARGET == freebsd32) ./comp blas -+if ($TARGET == freebsd64) ./comp blas - if ($TARGET == mac64) ./comp blas - if ($TARGET == sun32) ./comp blas - if ($TARGET == sun64) ./comp blas -@@ -547,6 +553,8 @@ - set VB2000=false - if ($TARGET == linux64) set VB2000=true - if ($TARGET == linux32) set VB2000=true -+if ($TARGET == freebsd64) set VB2000=true -+if ($TARGET == freebsd32) set VB2000=true - if ($TARGET == mac64) set VB2000=true - if ($VB2000 == true) then - ./comp vb2000 |
