diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-19 21:51:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-19 21:51:58 +0000 |
commit | 41f5a6702a47754b85f56866ad3e78b7f4524c40 (patch) | |
tree | 9c1ef90321ff18c3b624026218ea5d535446dd54 /lang/polyml | |
parent | 7320638f302f2499bcac913bab2d40644845b4c5 (diff) | |
download | ports-41f5a6702a47754b85f56866ad3e78b7f4524c40.tar.gz ports-41f5a6702a47754b85f56866ad3e78b7f4524c40.zip |
Notes
Diffstat (limited to 'lang/polyml')
-rw-r--r-- | lang/polyml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile index a57fd94485ba..e58aad23901f 100644 --- a/lang/polyml/Makefile +++ b/lang/polyml/Makefile @@ -35,4 +35,10 @@ PLIST_FILES= bin/poly \ MAN1= poly.1 polyimport.1 MANCOMPRESSED= no -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 && ${ARCH} == "amd64" +USE_GCC= 4.2+ +.endif + +.include <bsd.port.post.mk> |