aboutsummaryrefslogtreecommitdiff
path: root/games/veloren
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-08-22 00:59:56 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-08-22 00:59:56 +0000
commitaafef0a596592137b2c78e6b9bbe7b88ca05fda6 (patch)
treef49148ebf59a95dfc52e106991cc4ca365a42e55 /games/veloren
parent786f36a355196334be7ba6172314e4f22d847297 (diff)
downloadports-aafef0a596592137b2c78e6b9bbe7b88ca05fda6.tar.gz
ports-aafef0a596592137b2c78e6b9bbe7b88ca05fda6.zip
games/veloren: unbreak on FreeBSD < 12
= note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib" "/wrkdirs/usr/ports/games/veloren/work/target/release/deps/veloren_voxygen-843c89249209bb67.veloren_voxygen.76os4767-cgu.6.rcgu.o" "-o" "/wrkdirs/usr/ports/games/veloren/work/target/release/deps/veloren_voxygen-843c89249209bb67" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/wrkdirs/usr/ports/games/veloren/work/target/release/deps" "-L" "/usr/local/lib" "-L" "/wrkdirs/usr/ports/games/veloren/work/target/release/build/libloading-270f3080df6654be/out" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/wrkdirs/usr/ports/games/veloren/work/target/release/build/ring-6fd1a3f6440c683b/out" "-L" "/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-ef5873ae9f6e9fdc /out" "-L" "/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib" "-Wl,-Bstatic" "/tmp/rustct3DqsV/liblibloading-bd3ccf10bb8832dc.rlib" "/tmp/rustct3DqsV/liblibsqlite3_sys-bdac21fd9cc42d5d.rlib" "/tmp/rustct3DqsV/libring-ac8e5a59fbebebea.rlib" "-Wl,--start-group" "/tmp/rustct3DqsV/libbacktrace_sys-8ab9e9c1d9bb3e04.rlib" "-Wl,--end-group" "/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib/libcompiler_builtins-7eb94795a99379bb.rlib" "-Wl,-Bdynamic" "-lgtk-3" "-lgdk-3" "-lpangocairo-1.0" "-lpango-1.0" "-latk-1.0" "-lcairo-gobject" "-lcairo" "-lpthread" "-lgdk_pixbuf-2.0" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-latk-1.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-lgdk-3" "-lpangocairo-1.0" "-lpango-1.0" "-lgdk_pixbuf-2.0" "-lcairo-gobject" "-lcairo" "-lpthread" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-lcairo" "-lpthread" "-lpango-1.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-lgdk_pixbuf-2.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-lg object-2.0" "-lglib-2.0" "-lintl" "-lglib-2.! 0" "-lintl" "-lc" "-lc" "-lasound" "-lxcb" "-lxcb" "-lxcb" "-lxcb" "-lxcb-render" "-lxcb-shape" "-lxcb-xfixes" "-lc" "-lutil" "-lutil" "-lexecinfo" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" "-fstack-protector-strong" = note: /wrkdirs/usr/ports/games/veloren/work/target/release/deps/veloren_voxygen-843c89249209bb67.veloren_voxygen.76os4767-cgu.6.rcgu.o: file not recognized: File format not recognized cc: error: linker command failed with exit code 1 (use -v to see invocation) error: aborting due to previous error error: could not compile `veloren-voxygen`. Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=545731
Diffstat (limited to 'games/veloren')
-rw-r--r--games/veloren/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/veloren/Makefile b/games/veloren/Makefile
index e9be7d3d7ed2..cfe44ea71c42 100644
--- a/games/veloren/Makefile
+++ b/games/veloren/Makefile
@@ -34,6 +34,7 @@ GL_COMMIT= 8f8b20c9139fbe1ddfb1937e3264e592d42f4fd0
GL_TUPLE= veloren:auth:b943c85e4a38f5ec60cd18c34c73097640162bfe:authcommon \
veloren:conrod:1ab6eccf94b16a8977a3274b31d4dbfef9cf9a30:conrod_core \
veloren:specs-idvs:fcb0b2306b571f62f9f85d89e79e087454d95efd:specsidvs
+LDFLAGS+= -fuse-ld=lld
INSTALLS_ICONS= yes
PLIST_FILES= bin/${PORTNAME}-chat-cli \
bin/${PORTNAME}-server-cli \