diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 17:37:04 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 17:37:04 +0800 |
commit | 811cd37844b97e07ec119de71e1af652ce50f7d6 (patch) | |
tree | 8b271227f1d96fe8bcd98426a4584e7dae4a380f /editors/thoteditor | |
parent | 26a47fc64c7ac5e3883bb6eb85b5cb3650858118 (diff) | |
download | freebsd-ports-gnome-811cd37844b97e07ec119de71e1af652ce50f7d6.tar.gz freebsd-ports-gnome-811cd37844b97e07ec119de71e1af652ce50f7d6.tar.zst freebsd-ports-gnome-811cd37844b97e07ec119de71e1af652ce50f7d6.zip |
editors/: Fix build with clang11 and deprecate ports@ ports
Diffstat (limited to 'editors/thoteditor')
-rw-r--r-- | editors/thoteditor/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 5cc6ba3b9b46..715d1510ab10 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -24,6 +24,11 @@ ALL_TARGET= all schemas SUB_FILES= thoteditor MAKE_JOBS_UNSAFE= yes +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + post-extract: @${MKDIR} ${WRKSRC} |