clang wants either -soname=libfoo.so.1 or -Wl,-soname,libfoo.so.1, but not -soname libfoo.so.1. How-To-Repeat: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20111126065358.pointyhat-west/glfw-2.7.2.log $ rm -f libfoo.so.1 $ clang -shared -soname libfoo.so.1 -o libfoo.so.1 /dev/null clang: error: no such file or directory: 'libfoo.so.1' Exit 1
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
miwi 2011-12-29 15:53:51 UTC FreeBSD ports repository Modified files: graphics/glfw Makefile Log: - Fix build with clang PR: 162915 Submitted by: Jan Beich <jbeich@tormail.net> Revision Changes Path 1.15 +1 -0 ports/graphics/glfw/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"