mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
news/golded+: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a48a24ba41
commit
48e3e3be30
@ -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 New Issue
Block a user