aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-02-16 23:53:17 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-02-16 23:53:17 +0000
commit779838525c5087b6ca5148fc26c55cb44457755d (patch)
tree17139ba3f79fd644c6433ce46772cae42e6bd6ad /science
parent4b84012d99d15c41a0433f6ccba80de6b720c525 (diff)
downloadports-779838525c5087b6ca5148fc26c55cb44457755d.tar.gz
ports-779838525c5087b6ca5148fc26c55cb44457755d.zip
Fix SMP run on amd64, and bump port revision
Submitted by: Katsuya KANDA Feature safe: yes
Notes
Notes: svn path=/head/; revision=249983
Diffstat (limited to 'science')
-rw-r--r--science/gamess/Makefile1
-rw-r--r--science/gamess/files/patch-compddi2
2 files changed, 2 insertions, 1 deletions
diff --git a/science/gamess/Makefile b/science/gamess/Makefile
index f08eec449944..5a69c6dfd839 100644
--- a/science/gamess/Makefile
+++ b/science/gamess/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gamess
PORTVERSION= ${SNAPDATE}
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= #http://www.msg.ameslab.gov/GAMESS/License_Agreement.html
DISTNAME= gamess-current
diff --git a/science/gamess/files/patch-compddi b/science/gamess/files/patch-compddi
index 1a74b1eba8fc..5e683c03de66 100644
--- a/science/gamess/files/patch-compddi
+++ b/science/gamess/files/patch-compddi
@@ -82,7 +82,7 @@
+ endsw
+
+ set CLIBS = "%%PTHREAD_LIBS%%"
-+ set F77_OPTS = "-DINT_SIZE=int -D_UNDERSCORES=$NumUS"
++ set F77_OPTS = "-DINT_SIZE=long -D_UNDERSCORES=$NumUS"
+ set AR_FLAGS = 'cr'
+ set RANLIB_FLAGS = ' '
+