news/golded+: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a48a24ba41
commit
48e3e3be30
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
DOCS_SUB_LIST= NOTEWORK="Please read the ${DOCSDIR}/notework.txt before using ${PORTNAME}"
|
||||
DOCS_SUB_LIST_OFF= NOTEWORK=""
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
||||
CFLAGS+= -Dregister=
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${SED}\
|
||||
-e 's,^\(#define __GVER_VENDOR_NAME__\).*,\1 "",'\
|
||||
|
|
Loading…
Reference in a new issue