ports-mgmt/psearch: fix build on GCC architectures

Use newer GCC:
psearch.cpp:125: error: a function-definition is not allowed here before ':' token
This commit is contained in:
Piotr Kubaj 2020-03-29 21:26:32 +00:00
parent d09456c17f
commit 1376889b59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529841

View File

@ -10,6 +10,7 @@ COMMENT= Utility for searching the FreeBSD Ports Collection
LICENSE= BSD2CLAUSE
USES= compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= maxlor