aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-11-01 06:54:04 +0800
committerpav <pav@FreeBSD.org>2011-11-01 06:54:04 +0800
commite9c6d8d4c14c6b34cf4e6b773ab2559ff5b97b96 (patch)
treea240cd1a73991ac5bf228f22dcdef30f773a80ea /science
parentc66ae0f04ef28afec29d71a83106a63f42537660 (diff)
downloadfreebsd-ports-gnome-e9c6d8d4c14c6b34cf4e6b773ab2559ff5b97b96.tar.gz
freebsd-ports-gnome-e9c6d8d4c14c6b34cf4e6b773ab2559ff5b97b96.tar.zst
freebsd-ports-gnome-e9c6d8d4c14c6b34cf4e6b773ab2559ff5b97b96.zip
- Mark BROKEN: does not compile
./3rdparty/Eigen/src/Core/util/Memory.h:302:13: error: 'ptrdiff_t' does not name a type Reported by: pointyhat
Diffstat (limited to 'science')
-rw-r--r--science/peekabot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/peekabot/Makefile b/science/peekabot/Makefile
index ddcbe967b6e5..c4f472c59cd6 100644
--- a/science/peekabot/Makefile
+++ b/science/peekabot/Makefile
@@ -19,6 +19,8 @@ LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \
fltk.1:${PORTSDIR}/x11-toolkits/fltk \
gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm
+BROKEN= does not compile
+
GNU_CONFIGURE= yes
CPPFLAGS+= `fltk-config --cflags`
LDFLAGS+= `fltk-config --ldflags`