diff options
Diffstat (limited to 'textproc/jaq/Makefile')
-rw-r--r-- | textproc/jaq/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/jaq/Makefile b/textproc/jaq/Makefile index fd9ce3630331..f9ec541f6038 100644 --- a/textproc/jaq/Makefile +++ b/textproc/jaq/Makefile @@ -1,6 +1,7 @@ PORTNAME= jaq DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -10,6 +11,8 @@ WWW= https://github.com/01mf02/jaq LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT +BROKEN_i386= compilation fails: undefined symbol: __atomic_load_8 + USES= cargo USE_GITHUB= yes GH_ACCOUNT= 01mf02 @@ -95,9 +98,4 @@ LIB_DEPENDS+= libatomic.so:lang/gcc${GCC_DEFAULT} LDFLAGS+= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic .endif -# attempt to fix build on i386, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284196#c1 -.if ${ARCH} == i386 && !${CFLAGS:M-march=*} -CFLAGS+= -march=i586 -.endif - .include <bsd.port.mk> |