mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
The port needs COMPAT_43TTY defined to build on -CURRENT
Mark MAKE_JOBS_UNSAFE Submitted by: mel.flynn+fbsd.ports at mailing.thruhere.net
This commit is contained in:
parent
f5e2f0aef1
commit
1731571e11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239014
@ -18,6 +18,8 @@ DISTNAME= xview3.2p1-X11R6
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= X Window-System-based Visual/Integrated Environment for Workstations
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
||||
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
||||
|
||||
@ -38,6 +40,10 @@ X11BASE2FIX= clients/olwmslave/help_file.c lib/libxview/help/help_file.c \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 800089
|
||||
CFLAGS+= -DCOMPAT_43TTY
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's+/usr/local+${PREFIX}+;' \
|
||||
${WRKSRC}/config/XView.cf
|
||||
|
Loading…
Reference in New Issue
Block a user