aboutsummaryrefslogtreecommitdiff
path: root/mail/normalizemime
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-09-01 00:02:59 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-09-01 00:02:59 +0000
commit34e5de4c854d79e50ab3adb4bf4670cd82465738 (patch)
treea7169508df8e25b9934816801584f480e033b473 /mail/normalizemime
parentd8427518e7a826eaec3ecc344fdb0f53da4e24d3 (diff)
downloadports-34e5de4c854d79e50ab3adb4bf4670cd82465738.tar.gz
ports-34e5de4c854d79e50ab3adb4bf4670cd82465738.zip
Fix build: USE_GCC=3.4+ on ${OSVERSION} < 500000 (c++ template
issues) Reported by: pointyhat (kris), Nicolas Rachinsky <nr@rachinsky.de>
Notes
Notes: svn path=/head/; revision=141654
Diffstat (limited to 'mail/normalizemime')
-rw-r--r--mail/normalizemime/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/normalizemime/Makefile b/mail/normalizemime/Makefile
index b7d56b7fb736..3d2c44d5fd1d 100644
--- a/mail/normalizemime/Makefile
+++ b/mail/normalizemime/Makefile
@@ -34,4 +34,10 @@ do-build:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME:R} ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+USE_GCC=3.4+
+.endif
+
+.include <bsd.port.post.mk>