1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/x11/tycoon/Makefile
Niclas Zeising 3713785e6c 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
2020-08-29 13:54:56 +00:00

36 lines
849 B
Makefile

# Created by: steve@farrell.org
# $FreeBSD$
PORTNAME= tycoon
PORTVERSION= 1.07o
PORTREVISION= 8
CATEGORIES= x11
MASTER_SITES= SUNSITE/X11/desktop
MAINTAINER= ports@FreeBSD.org
COMMENT= Nifty set of desktop apps, including floating buttons
# Fix build with llvm 11
CFLAGS+= -fcommon
DEPRECATED= Unmaintained and dead upstream
EXPIRATION_DATE=2020-09-30
LIB_DEPENDS= libforms.so:x11-toolkits/xforms
USES= imake xorg
USE_XORG= xaw
post-patch:
@${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \
${WRKSRC}/xbackdrop/backdrops/index
@${REINPLACE_CMD} -e 's|^update_file|void update_file|' \
${WRKSRC}/xchooser/xchooser.c
@${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \
's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g'
pre-configure:
@${RM} ${WRKSRC}/xbackdrop/backdrops/index?*
.include <bsd.port.mk>