diff options
Diffstat (limited to 'cad/transcalc/Makefile')
-rw-r--r-- | cad/transcalc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile index 770efc373587..1082ac0e4e56 100644 --- a/cad/transcalc/Makefile +++ b/cad/transcalc/Makefile @@ -3,7 +3,7 @@ PORTNAME= transcalc PORTVERSION= 0.14 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= cad MASTER_SITES= http://transcalc.sourceforge.net/ @@ -16,8 +16,8 @@ GNU_CONFIGURE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure |