aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/libgcal
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-07-22 05:56:07 +0800
committerpav <pav@FreeBSD.org>2010-07-22 05:56:07 +0800
commit5def3fa95d0281636b3ca741397055cd789e0fa6 (patch)
tree2df55adf4fd878d5cd3fda85cc9ba27aa7e99260 /deskutils/libgcal
parent15e6eb98b25709cc17b9edc02e0d88b5f0bb8dfe (diff)
downloadfreebsd-ports-gnome-5def3fa95d0281636b3ca741397055cd789e0fa6.tar.gz
freebsd-ports-gnome-5def3fa95d0281636b3ca741397055cd789e0fa6.tar.zst
freebsd-ports-gnome-5def3fa95d0281636b3ca741397055cd789e0fa6.zip
- Mark BROKEN on amd64 7.x only (does not link here)
Reported by: pointyhat
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>