summaryrefslogtreecommitdiff
path: root/lang/ifc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:22:04 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:22:04 +0000
commitc0b3ecac4483b2524287317171c79548d9842905 (patch)
treea54ccbce3d9ebec379dfb9b18dc59f736f99ac20 /lang/ifc
parentRemove support for OSVERSION < 5 (diff)
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200759
Diffstat (limited to 'lang/ifc')
-rw-r--r--lang/ifc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile
index bee8787e9df9..d0943d69e9e7 100644
--- a/lang/ifc/Makefile
+++ b/lang/ifc/Makefile
@@ -121,8 +121,7 @@ post-patch:
.endfor
@cd ${WRKSRC}/opt/${COMPILERDIR}/bin/ && ${LN} -s ifort.cfg ifortbin.cfg
-.if ( ${OSVERSION} >= 470101 && ${OSVERSION} < 500000 ) || \
- ( ${OSVERSION} >= 500042 )
+.if ( ${OSVERSION} >= 500042 )
OBJCOPY_OPS= --redefine-sym stdin=__stdinp \
--redefine-sym stdout=__stdoutp \
--redefine-sym stderr=__stderrp
@@ -142,8 +141,7 @@ do-build:
.if ( ${OSVERSION} < 502101 )
@cd ${WRKSRC} && ${CC} ${CFLAGS} -c ${FILESDIR}/cxa_atexit.c
.endif
-.if ( ${OSVERSION} < 470101 ) || \
- ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500042 )
+.if ( ${OSVERSION} < 500042 )
@${CC} ${CFLAGS} -c -o ${WRKSRC}/stdin.o ${FILESDIR}/stdin.c
@${CC} ${CFLAGS} -c -o ${WRKSRC}/stdout.o ${FILESDIR}/stdout.c
@${CC} ${CFLAGS} -c -o ${WRKSRC}/stderr.o ${FILESDIR}/stderr.c