diff options
-rw-r--r-- | converters/shftool/Makefile | 5 | ||||
-rw-r--r-- | converters/vda2fbd/Makefile | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/converters/shftool/Makefile b/converters/shftool/Makefile index 5dc70da756e7..c08f81ac35a5 100644 --- a/converters/shftool/Makefile +++ b/converters/shftool/Makefile @@ -14,6 +14,11 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 GNU_CONFIGURE= yes +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + post-patch: ${REINPLACE_CMD} -e 's,^LIBLOC_LIST=.*,LIBLOC_LIST=${LOCALBASE},' \ ${WRKSRC}/configure diff --git a/converters/vda2fbd/Makefile b/converters/vda2fbd/Makefile index 07eb16c5e477..a86f2a5a6cd6 100644 --- a/converters/vda2fbd/Makefile +++ b/converters/vda2fbd/Makefile @@ -15,6 +15,11 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" YACC="${YACC}" WRKSRC_SUBDIR= src +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + PORTDOCS= model.ps.gz PLIST_FILES= bin/vda2fbd |