diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-30 05:38:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-30 05:38:08 +0800 |
commit | dca915da03669af2fdd66edefb553d0e89503771 (patch) | |
tree | bc153d32ae2bbf74d8c4af5fc47665d3a0051915 /comms/wsjt/Makefile | |
parent | 4ea7a8fdb6e5c75cb16a5b4b6cf2a9cb0e92c9f9 (diff) | |
download | freebsd-ports-gnome-dca915da03669af2fdd66edefb553d0e89503771.tar.gz freebsd-ports-gnome-dca915da03669af2fdd66edefb553d0e89503771.tar.zst freebsd-ports-gnome-dca915da03669af2fdd66edefb553d0e89503771.zip |
Mark BROKEN: Fails to configure
With gcc:
configure: loading site script /usr/ports/Templates/config.site
checking for gcc... cc
checking whether the C compiler works... no
configure: error: in `/wrkdirs/usr/ports/comms/wsjt/work/wsjt-r2511':
configure: error: C compiler cannot create executables
With clang:
configure: loading site script /usr/ports/Templates/config.site
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... configure: error: in `/wrkdirs/usr/ports/comms/wsjt/work/wsjt-r2511':
configure: error: cannot run C compiled programs.
Reported by: pkg-fallout
Diffstat (limited to 'comms/wsjt/Makefile')
-rw-r--r-- | comms/wsjt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 2fbbbc26e9ab..8ca10439089f 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -12,6 +12,8 @@ DISTNAME= wsjt-r${SVN_REV} MAINTAINER= hamradio@FreeBSD.org COMMENT= Weak signal ham radio communication package +BROKEN= Fails to configure + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float \ |