diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-29 13:54:56 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-29 13:54:56 +0000 |
commit | 3713785e6c64da1d985ba678c59a610c7e00e934 (patch) | |
tree | 3b58dce4a66606722916a8f244229c7f9dc1d7d6 /x11/xmascot | |
parent | 3275604de8ec07423d691348d8aedede61c789b4 (diff) |
deprecate ports broken by -fno-common: x11 category
Deprecate all ports owned by ports@ in the x11 category that were broken by
making -fno-common the default.
Fix them for the time being by adding -fcommon to CFLAGS.
MFH: 2020Q3
Notes
Notes:
svn path=/head/; revision=546914
Diffstat (limited to 'x11/xmascot')
-rw-r--r-- | x11/xmascot/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index 65246084225a..25b53eb82226 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -11,6 +11,12 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Moving mascot on your X11 screen +# Fix build with llvm 11 +CFLAGS+= -fcommon + +DEPRECATED= Unmaintained and dead upstream +EXPIRATION_DATE=2020-09-30 + USES= imake xorg USE_XORG= ice sm x11 xaw xext xmu xpm xt MAKE_ARGS= MAKE="${MAKE_CMD}" |