aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-10 23:04:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-10 23:04:24 +0000
commitace5f1310ee630977fef6dcf97c47dc1c4ab23ac (patch)
tree5236df5cc12a3c59d845be723f26323bc2a6a427 /x11-fm
parent88d9e5132cfd4ca4b4cc27b7b32893479341ad94 (diff)
downloadports-ace5f1310ee630977fef6dcf97c47dc1c4ab23ac.tar.gz
ports-ace5f1310ee630977fef6dcf97c47dc1c4ab23ac.zip
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/xdiskusage/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile
index c8d2232c77fd..1264fd8041ec 100644
--- a/x11-fm/xdiskusage/Makefile
+++ b/x11-fm/xdiskusage/Makefile
@@ -29,6 +29,10 @@ CXXFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
.endif
+.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
+BROKEN= Does not compile
+.endif
+
do-build:
.for i in panels xdiskusage
${CXX} ${CXXFLAGS} -I${X11BASE}/include -c \