diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:38:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:38:38 +0000 |
commit | a7853512bbbd9d21918b9fa86798f909f5386a00 (patch) | |
tree | 4cf665cdd4cc6dd6f47cf7bbac39ad20618da494 /lang/gpc | |
parent | 2c96fa2beb67f765f6c250564c9ba29c1c0943d1 (diff) |
Notes
Diffstat (limited to 'lang/gpc')
-rw-r--r-- | lang/gpc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index 0a897b07cbac..f0e4b08eab20 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -50,6 +50,10 @@ GCC_VER?= 3.4.3 CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif +.if ${OSVERSION} >= 700019 +BROKEN= does not compile on FreeBSD >= 7.0 +.endif + post-extract: @${MV} ${WRKDIR}/${DISTNAME}/p ${WRKSRC}/gcc |