misc/floatator: fix build on recent current and deprecate
This commit is contained in:
parent
f97f719a74
commit
9c247f1979
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546870
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
|
|||
PLIST_FILES= bin/floatator bin/floatator_X_interface
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CFLAGS+= -fcommon
|
||||
|
||||
EXPIRATION_DATE= 2020-09-30
|
||||
DEPRECATED= Unmaintained and dead upstream
|
||||
|
||||
do-install:
|
||||
.for f in floatator floatator_X_interface
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
||||
|
|
Loading…
Reference in a new issue