Unbreak on parts of 5.x with better use of libtool and gcc-3.3, without

affecting the build on newer 6.x systems.

PR:		94071
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:	portmgr (implicit)
This commit is contained in:
Ade Lovett 2006-03-05 21:50:34 +00:00
parent eb1fd821f2
commit ce40192291
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156970

View File

@ -17,13 +17,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A general-purpose tool for parameter handling in C++
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile with gcc 3.4.2"
.if ( ${OSVERSION} >= 502126 && ${OSVERSION} < 600000 )
USE_GCC= 3.3
.endif
.include <bsd.port.post.mk>