diff options
author | lifanov <lifanov@FreeBSD.org> | 2019-09-23 23:23:22 +0800 |
---|---|---|
committer | lifanov <lifanov@FreeBSD.org> | 2019-09-23 23:23:22 +0800 |
commit | ea8e363b1ecd513e14a44b91ddd07bc3310f9c93 (patch) | |
tree | febe716873a46ebc61e2915488cbba50d3ae0972 /games | |
parent | 563007a4586d741ed57e5c41e0b799d80a5a8b33 (diff) | |
download | freebsd-ports-gnome-ea8e363b1ecd513e14a44b91ddd07bc3310f9c93.tar.gz freebsd-ports-gnome-ea8e363b1ecd513e14a44b91ddd07bc3310f9c93.tar.zst freebsd-ports-gnome-ea8e363b1ecd513e14a44b91ddd07bc3310f9c93.zip |
games/tome4: re-enable LLD_UNSAFE
Still can't link with LLD on 12.0-RELEASE.
No revision bump since it's a build fix.
Reported by: Piotr Kubaj
Diffstat (limited to 'games')
-rw-r--r-- | games/tome4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile index 535dcc9f5eca..742fb82216ca 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -26,6 +26,8 @@ USE_GL= gl glu USE_CSTD= gnu89 SUB_FILES= tome4 +LLD_UNSAFE= yes + DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ "${PORTNAME}" "Game;RolePlaying;" "" |