comms/fldigi: don't enable -march=native
Breaks compilation on non-x86 and causes runtime issues for package users on x86.
This commit is contained in:
parent
ebdeecfbf8
commit
97bd7b9963
@ -1,5 +1,6 @@
|
||||
PORTNAME= fldigi
|
||||
DISTVERSION= 4.1.20
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= http://www.w1hkj.com/files/fldigi/
|
||||
|
||||
@ -28,7 +29,7 @@ USE_XORG= x11 xft xext xfixes xcursor xinerama xrender
|
||||
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \
|
||||
EXTRA_LIBS="-lexecinfo"
|
||||
|
||||
OPTIONS_DEFINE= NATIVE_OPT FLARQ OSS PULSEAUDIO HAMLIB NLS DOCS
|
||||
OPTIONS_DEFINE= FLARQ OSS PULSEAUDIO HAMLIB NLS DOCS
|
||||
|
||||
NATIVE_OPT_DESC= Enable Native Optimizations
|
||||
FLARQ_DESC= Compile flarq
|
||||
|
Loading…
Reference in New Issue
Block a user