summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-03-05 21:50:34 +0000
committerAde Lovett <ade@FreeBSD.org>2006-03-05 21:50:34 +0000
commitce4019229185615b620d98b9f59e553f881a0ac9 (patch)
tree7a380678020c24bf7cdf708214fbe51f42c5d321 /devel
parentAttempt to fix build on 6-ia64. This still builds on 6-i386,amd64. (diff)
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)
Notes
Notes: svn path=/head/; revision=156970
Diffstat (limited to 'devel')
-rw-r--r--devel/xparam/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile
index bdf193c168ca..f3365073f544 100644
--- a/devel/xparam/Makefile
+++ b/devel/xparam/Makefile
@@ -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>