- I was wrong in my assumption. 'const' is needed only in CURRENT.
Reported by: Simun Mikecin <numisemis@yahoo.com>
This commit is contained in:
parent
7a9c82a69c
commit
eaad0eb090
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169958
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 amd64
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${OSVERSION} < 700000
|
||||
CONST=
|
||||
.else
|
||||
CONST= const
|
||||
|
|
Loading…
Reference in a new issue