1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

[PATCH] devel/SimGear: cleanup non-supported FreeBSD versions

- removed support to FreeBSD 4.x (EOL)

PR:		ports/111866
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
This commit is contained in:
Edwin Groothuis 2007-10-03 12:16:29 +00:00
parent 0e20474ff2
commit a620b0086c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200729

View File

@ -28,14 +28,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-jpeg-factory
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= does not build on FreeBSD 4.x
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-D_REENTRANT|${PTHREAD_CFLAGS}|' \
${WRKSRC}/configure
.include <bsd.port.post.mk>
.include <bsd.port.mk>