aboutsummaryrefslogtreecommitdiff
path: root/deskutils/libgcal
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-07-21 21:56:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-07-21 21:56:07 +0000
commitb233326cabc88c83bfb35fb369e9be208001e863 (patch)
treea304b0caa72ae097fc87042068d4e064d711cf00 /deskutils/libgcal
parent1f9d6c63bc97d1fb1504f726f45471be545fd19a (diff)
downloadports-b233326cabc88c83bfb35fb369e9be208001e863.tar.gz
ports-b233326cabc88c83bfb35fb369e9be208001e863.zip
Notes
Diffstat (limited to 'deskutils/libgcal')
-rw-r--r--deskutils/libgcal/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/libgcal/Makefile b/deskutils/libgcal/Makefile
index bc59467da066..7f3ee671240e 100644
--- a/deskutils/libgcal/Makefile
+++ b/deskutils/libgcal/Makefile
@@ -25,8 +25,14 @@ CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX="${PREFIX}" \
USE_LDCONFIG= yes
USE_GCC= 4.2+
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" && (${OSVERSION} >= 700000 && ${OSVERSION} < 800000)
+BROKEN= does not link
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \
${WRKSRC}/Makefile.am
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>