From 8e3e50d130a4eeedde8b856649c8b9c5fafa2a7d Mon Sep 17 00:00:00 2001 From: maho Date: Tue, 16 Feb 2010 23:53:17 +0000 Subject: Fix SMP run on amd64, and bump port revision Submitted by: Katsuya KANDA Feature safe: yes --- science/gamess/Makefile | 1 + science/gamess/files/patch-compddi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'science/gamess') 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 = ' ' + -- cgit