diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-25 18:46:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-25 18:46:42 +0800 |
commit | fafcad05a641a3b37f7482a6989a46ea7da5701e (patch) | |
tree | 0835bcf655b1c62b25b7feb9e0a20ce6cc13ab6a /comms | |
parent | fcb68ffe88ccb1ae7e2bbb4d7f4f4cb9faacf94b (diff) | |
download | freebsd-ports-gnome-fafcad05a641a3b37f7482a6989a46ea7da5701e.tar.gz freebsd-ports-gnome-fafcad05a641a3b37f7482a6989a46ea7da5701e.tar.zst freebsd-ports-gnome-fafcad05a641a3b37f7482a6989a46ea7da5701e.zip |
- Mark BROKEN on 9.x:
/wrkdirs/usr/ports/comms/gnuradio/work/gnuradio-3.7.4/volk/kernels/volk/volk_8u_x4_conv_k7_r2_8u.h:191: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128'
Approved by: portmgr blanket
Reported by: pkg-fallout
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 2ed44918978b..dbcd4d15fc1f 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -35,6 +35,8 @@ LIB_DEPENDS= libcppunit.so:${PORTSDIR}/devel/cppunit \ libgsl.so:${PORTSDIR}/math/gsl RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN_FreeBSD_9= does not build on FreeBSD 9.x + USES= iconv cmake:outsource perl5 python:2.7 shebangfix SHEBANG_FILES= grc/freedesktop/grc_setup_freedesktop.in CMAKE_ENV+= LD_PRELOAD="${GCC_LIBS}/libstdc++.so:${GCC_LIBS}/libgcc_s.so.1" |