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:
parent
4b84012d99
commit
779838525c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249983
@ -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
|
||||
|
@ -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 = ' '
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user