diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-26 21:53:52 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-26 21:53:52 +0000 |
| commit | d6baf67f842450f043e35ce3078a9143b4335730 (patch) | |
| tree | 34d0efc5859f8c2365705a0986a4cadd42647d7d | |
| parent | devel/arduino-irremote: Update pkg-descr WWW (diff) | |
devel/got: fix build on GCC architectures
/wrkdirs/usr/ports/devel/got/work/got-0.45/got/../lib/diffreg.c:51: error: initializer element is not constant
| -rw-r--r-- | devel/got/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/got/Makefile b/devel/got/Makefile index ffd3d0f2ee1d..0a4c98e312e3 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -11,7 +11,7 @@ COMMENT= Game of Trees version control system LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENCE -USES= uidfix +USES= compiler:c11 uidfix n= ${.newline} post-extract: |
