aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gdcm/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-06-12 04:32:00 +0800
committerpav <pav@FreeBSD.org>2012-06-12 04:32:00 +0800
commit27fdb8eda2b1ea42fe102c1cc82b94f45e5833f3 (patch)
treec0a5f11ac6bfced73ea55ad9030435ab89e4dbd1 /devel/gdcm/Makefile
parent51a7d6bed99d20e710a220909d45ae76c02eddf6 (diff)
downloadfreebsd-ports-graphics-27fdb8eda2b1ea42fe102c1cc82b94f45e5833f3.tar.gz
freebsd-ports-graphics-27fdb8eda2b1ea42fe102c1cc82b94f45e5833f3.tar.zst
freebsd-ports-graphics-27fdb8eda2b1ea42fe102c1cc82b94f45e5833f3.zip
- Mark BROKEN: does not compile
../../bin/libgdcmMSFF.so.2.2.0: undefined reference to `opj_image_create' ../../bin/libgdcmMSFF.so.2.2.0: undefined reference to `opj_cio_close' ../../bin/libgdcmMSFF.so.2.2.0: undefined reference to `opj_setup_encoder' [..] Reported by: pointyhat
Diffstat (limited to 'devel/gdcm/Makefile')
-rw-r--r--devel/gdcm/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile
index 606049b54a7..22dde9d7f59 100644
--- a/devel/gdcm/Makefile
+++ b/devel/gdcm/Makefile
@@ -16,6 +16,8 @@ COMMENT= Grassroots DICOM library
LIB_DEPENDS= openjpeg.2:${PORTSDIR}/graphics/openjpeg \
expat.6:${PORTSDIR}/textproc/expat2
+BROKEN= does not compile
+
OPTIONS= VTK "Build the VTK bindings" off
USE_BZIP2= yes
@@ -72,14 +74,8 @@ post-install:
CMAKE_ARGS+= -DGDCM_DOCUMENTATION:BOOL=NO
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} <= 701000
-MANUAL_PACKAGE_BUILD= hangs on pointyhat
-.endif
-
post-patch:
${REINPLACE_CMD} -e 's| NAMELINK_SKIP||; s| NAMELINK_ONLY||' ${WRKSRC}/CMakeLists.txt
${REINPLACE_CMD} -e 's|share/man|man|g;' ${WRKSRC}/CMakeLists.txt
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>