diff options
Diffstat (limited to 'cad/ngspice_rework/Makefile')
-rw-r--r-- | cad/ngspice_rework/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile index a22de9aa3ab3..1235e2345bc2 100644 --- a/cad/ngspice_rework/Makefile +++ b/cad/ngspice_rework/Makefile @@ -21,8 +21,10 @@ shlib_PLIST= ${MASTERDIR}/pkg-plist-shlib USES= compiler:c11 gmake libtool ncurses readline autoreconf pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-cider # xspice, readline, osdi are now standard - +CONFIGURE_ARGS_armv7= --disable-openmp +# xspice, readline, osdi are now standard +CONFIGURE_ARGS= --enable-cider \ + ${CONFIGURE_ARGS_${ARCH}} OPTIONS_DEFINE= DEBUG .if ${FLAVOR:U} == shlib |