diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 12:16:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 12:16:29 +0000 |
commit | a620b0086c0d3820643ef7263b2742dbfa270c0e (patch) | |
tree | 362b7d3db3257f9cdc99c183a84473604d3f124c | |
parent | 0e20474ff2b229cba86bd4ea9be73886cdef2f41 (diff) | |
download | ports-a620b0086c0d3820643ef7263b2742dbfa270c0e.tar.gz ports-a620b0086c0d3820643ef7263b2742dbfa270c0e.zip |
Notes
-rw-r--r-- | devel/simgear/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index e2fa4f1b9ff3..5b812e8c0ba9 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -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> |