diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-17 22:04:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-17 22:04:15 +0000 |
commit | 1b268d63a3ae13a266e29469af11ba49f87a5fc1 (patch) | |
tree | fea929a88cbe2a95004ec315229c78523388d8b7 /audio/harp | |
parent | Mark BROKEN in 13/14 (via latest llvm update). (diff) |
Mark BROKEN in 13/14 (via latest llvm update).
Notes
Notes:
svn path=/head/; revision=565808
Diffstat (limited to 'audio/harp')
-rw-r--r-- | audio/harp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/harp/Makefile b/audio/harp/Makefile index f6733e56129d..8f31a3b702ff 100644 --- a/audio/harp/Makefile +++ b/audio/harp/Makefile @@ -9,6 +9,9 @@ COMMENT= Minimalist audio player LICENSE= GPLv3 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: h +BROKEN_FreeBSD_14= ld: error: duplicate symbol: h + USE_GITHUB= yes GH_ACCOUNT= heckendorfc |