diff options
Diffstat (limited to 'lang/gpc/Makefile')
-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 |