1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Fix SMP run on amd64, and bump port revision

Submitted by:	Katsuya KANDA
Feature safe:	yes
This commit is contained in:
Maho Nakata 2010-02-16 23:53:17 +00:00
parent 4b84012d99
commit 779838525c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249983
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 = ' '
+