diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-18 23:42:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-18 23:42:09 +0800 |
commit | dc9176da21f569e7f733637f77e08f302339921f (patch) | |
tree | c138112c7544e052a6d782ce8f36fce7cec7d115 /science | |
parent | 0b2bc26bacc62268c1e6c62649375ef0f6f75cb0 (diff) | |
download | freebsd-ports-gnome-dc9176da21f569e7f733637f77e08f302339921f.tar.gz freebsd-ports-gnome-dc9176da21f569e7f733637f77e08f302339921f.tar.zst freebsd-ports-gnome-dc9176da21f569e7f733637f77e08f302339921f.zip |
Mark BROKEN: Fails to build
libtool: compile: cc -DHAVE_CONFIG_H -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I./conversion/Acr_nema -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT libsrc/image_conversion.lo -MD -MP -MF libsrc/.deps/image_conversion.Tpo -c libsrc/image_conversion.c -fPIC -DPIC -o libsrc/.libs/image_conversion.o
libsrc/image_conversion.c: In function 'miicv_create':
libsrc/image_conversion.c:206: error: 'MAX_NC_OPEN' undeclared (first use in this function)
libsrc/image_conversion.c:206: error: (Each undeclared identifier is reported only once
libsrc/image_conversion.c:206: error: for each function it appears in.)
*** [libsrc/image_conversion.lo] Error code 1
Reported by: pkg-fallout
With hat: portmgr
Diffstat (limited to 'science')
-rw-r--r-- | science/minc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/minc/Makefile b/science/minc/Makefile index 9e90efc3bba2..a3a7a77d9fe3 100644 --- a/science/minc/Makefile +++ b/science/minc/Makefile @@ -19,6 +19,8 @@ MASTER_SITES= http://www.nitrc.org/frs/downloadlink.php/400/ MAINTAINER= jwbacon@tds.net COMMENT= Medical Imaging NetCDF +BROKEN= Fails to build + LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf USE_AUTOTOOLS= libtool |