diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 08:58:22 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 08:58:22 +0000 |
commit | 8c071ad986f6405b3a1b1161c319a4979379c76f (patch) | |
tree | 68e245d1742e24d5244698ef663d3bcd4735bbf6 /cad | |
parent | biology/: Fix build with clang11 and deprecate ports@ ports (diff) |
cad/transcalc: fix build on current and deprecate
Notes
Notes:
svn path=/head/; revision=546886
Diffstat (limited to 'cad')
-rw-r--r-- | cad/transcalc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile index 21bd6995571f..770efc373587 100644 --- a/cad/transcalc/Makefile +++ b/cad/transcalc/Makefile @@ -14,6 +14,11 @@ USES= gnome pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure |