mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
converters/: Fix build with clang11 and deprecate ports@ ports
This commit is contained in:
parent
c7f67f0778
commit
a5562e684c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546889
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user