diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-08-06 04:03:31 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-08-06 04:03:31 +0000 |
commit | 1731571e11f7887cc60ae1c9ad66e6f8694c339c (patch) | |
tree | 705ec6c23344f690a10587af78a4f7a4a9c06442 /x11-toolkits | |
parent | f5e2f0aef19c217720cd367d3b5544fdd3a55e59 (diff) | |
download | ports-1731571e11f7887cc60ae1c9ad66e6f8694c339c.tar.gz ports-1731571e11f7887cc60ae1c9ad66e6f8694c339c.zip |
The port needs COMPAT_43TTY defined to build on -CURRENT
Mark MAKE_JOBS_UNSAFE
Submitted by: mel.flynn+fbsd.ports at mailing.thruhere.net
Notes
Notes:
svn path=/head/; revision=239014
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xview/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 97ec93eed246..ae30ea788adb 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -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 |