summaryrefslogtreecommitdiff
path: root/korean/gtkcomm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:45:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:45:21 +0000
commit5a23bb49bd36e79bbe2eb49a55ff65cdad56c548 (patch)
treeb4ccb9aa213c7b7ca2d614dd6efab8bf9656fb69 /korean/gtkcomm
parent- Mark BROKEN on HEAD: fails to build with new utmpx (diff)
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=251275
Diffstat (limited to 'korean/gtkcomm')
-rw-r--r--korean/gtkcomm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile
index 66d6108c8608..49d9f122550a 100644
--- a/korean/gtkcomm/Makefile
+++ b/korean/gtkcomm/Makefile
@@ -20,8 +20,14 @@ USE_PERL5_BUILD=yes
USE_GNOME= imlib
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
pre-patch:
@${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>