diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 16:58:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 16:58:10 +0000 |
commit | 74fa808d34ee655874151e5c38668b44f18bf58e (patch) | |
tree | 90ebb8bfb4c745a5dab712147ae21ed72a316bdb /audio/xmcd | |
parent | 7d974a64029f97d59fdfd74c399477c951bb6e15 (diff) | |
download | ports-74fa808d34ee655874151e5c38668b44f18bf58e.tar.gz ports-74fa808d34ee655874151e5c38668b44f18bf58e.zip |
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 7f0371bb772e..6145e5d6744e 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -25,7 +25,7 @@ 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_mips64= Fails to compile: many undefined symbols in xorg.cf -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Fails to compile: many undefined symbols in xorg.cf pre-patch: @${CP} ${WRKSRC}/xmcd_d/XMcd.ad ${WRKSRC}/xmcd_d/XMcd.ad.in |