diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-09 02:30:07 -0800 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-09 02:41:19 -0800 |
| commit | 14bee1231b538aae938fedcc3f113e1bbaab7a45 (patch) | |
| tree | 1fd3b9ad323a3855f301fcb6d29cab94ecc80354 | |
| parent | devel/fossil: add support for --errorlog and document RC variables (diff) | |
misc/pqrs: Broken on i386
Reported by: fallout
| -rw-r--r-- | misc/pqrs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/pqrs/Makefile b/misc/pqrs/Makefile index e977a9b4ac7f..79e691169a54 100644 --- a/misc/pqrs/Makefile +++ b/misc/pqrs/Makefile @@ -13,6 +13,8 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +BROKEN_i386= ld: error: undefined symbol: __atomic_load + USES= cargo USE_GITHUB= yes |
