diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-26 16:19:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-26 16:19:42 +0000 |
commit | ace63100fe7a0403603e6f090d2e579c97cab10b (patch) | |
tree | 545486d915741acac4d75feabf46b8ff2f69c21a /lang/gcl | |
parent | d98dbac0bcfb5d35d67d172694d7e111bd2d6498 (diff) | |
download | ports-ace63100fe7a0403603e6f090d2e579c97cab10b.tar.gz ports-ace63100fe7a0403603e6f090d2e579c97cab10b.zip |
Notes
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 9a9a8a5c46fa..a7eaf6934566 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -44,10 +44,16 @@ INFO= gcl-si gcl-tk PLIST_SUB= GCL_VER=${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Gcl compiled with gcc42 dumps core +.endif + pre-configure: ${SED} -i '' \ -e 's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include|' \ -e 's|@@LOCALLIBS@@|-L${LOCALBASE}/lib -lgmp -lm -lreadline|' \ ${WRKSRC}/h/FreeBSD.defs -.include <bsd.port.mk> +.include <bsd.port.post.mk> |