diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-08 03:13:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-08 03:13:35 +0000 |
commit | 77bf843cf37571d70112506e9b901672549e0de5 (patch) | |
tree | 158f626bb95b3cbee5c2e88dfaab594f6404aa6c /audio/xmcd | |
parent | ac9d82e536b92bb5e597ac0603a0000a40c227ff (diff) |
Notes
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index df8cb88e816e..a028f342ccff 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -23,7 +23,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message LIBBINDIR= ${STAGEDIR}${PREFIX}/lib/X11/xmcd/bin-${OPSYS}_${OSREL:R:R}-${ARCH} BROKEN_aarch64= Fails to compile: many undefined symbols in xorg.cf -BROKEN_armv6= Fails to compile: many undefined symbols in xorg.cf +BROKEN_armv6= Fails to install: strip: xmcd/bin-FreeBSD_12-armv6/cda failed: No such file or directory BROKEN_armv7= Fails to install: strip: xmcd/bin-FreeBSD_12-armv7/cda failed: No such file or directory BROKEN_mips64= Fails to compile: many undefined symbols in xorg.cf BROKEN_powerpc64= Fails to compile: many undefined symbols in xorg.cf |