diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-27 17:45:30 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-27 17:45:30 +0000 |
commit | 099e97d4b12be38bb5f963a9b247484b15a0b574 (patch) | |
tree | 08c8276220b70666d1946ef4c17031ef60fcef6a /lang | |
parent | 4af2c88df48288d93a77a0291f2b81c0ed933d76 (diff) | |
download | ports-099e97d4b12be38bb5f963a9b247484b15a0b574.tar.gz ports-099e97d4b12be38bb5f963a9b247484b15a0b574.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/myrddin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/myrddin/Makefile b/lang/myrddin/Makefile index e31b70b3d085..a9cf493148db 100644 --- a/lang/myrddin/Makefile +++ b/lang/myrddin/Makefile @@ -17,8 +17,12 @@ USES= gmake HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix "${PREFIX}" -WRKSRC= ${WRKDIR}/mc TEST_TARGET= check +WRKSRC= ${WRKDIR}/mc + +# Myrddin is LLD_UNSAFE: +# ld: error: <internal>: section sh_addralign is not a power of 2 +BINARY_ALIAS= ld=ld.bfd OPTIONS_DEFINE= DEBUG VIM OPTIONS_DEFAULT= VIM |