aboutsummaryrefslogtreecommitdiffstats
path: root/comms/wsjt/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2014-10-23 23:23:27 +0800
committerdemon <demon@FreeBSD.org>2014-10-23 23:23:27 +0800
commite1981bcc0e1161baf1ab87452197514e2daa9a0b (patch)
tree26dc8455f3926ddb17f51ab05e6f1b6a50089b12 /comms/wsjt/Makefile
parentfdebcb983ed3a7f19fbc8364ea6e664fd29fa778 (diff)
downloadfreebsd-ports-gnome-e1981bcc0e1161baf1ab87452197514e2daa9a0b.tar.gz
freebsd-ports-gnome-e1981bcc0e1161baf1ab87452197514e2daa9a0b.tar.zst
freebsd-ports-gnome-e1981bcc0e1161baf1ab87452197514e2daa9a0b.zip
Fix compilation after recent numpy patch.
Patch by thierry@FreeBSD.org, pointed out by antoine.
Diffstat (limited to 'comms/wsjt/Makefile')
-rw-r--r--comms/wsjt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile
index 1048a6506de1..2fbbbc26e9ab 100644
--- a/comms/wsjt/Makefile
+++ b/comms/wsjt/Makefile
@@ -28,6 +28,7 @@ CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
--with-portaudio-lib-dir=${LOCALBASE}/lib/portaudio2
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
+LDFLAGS+= -shared
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \
VERSION=${VERSION}