mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
Correct dependencies: remove the cruft added to mesa-dri in the previous commit (those are mesa-libs deps), add a RUN_DEPENDS for libclc to clover Clean up patches, remove one stale patch
18 lines
702 B
Text
18 lines
702 B
Text
../../src/util/.libs/libmesautil.a(libmesautil_la-half_float.o): In function `_mesa_float_to_half':
|
|
half_float.c:(.text+0x94): undefined reference to `lrintf'
|
|
half_float.c:(.text+0xbf): undefined reference to `lrintf'
|
|
cc: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
gmake[5]: *** [Makefile:2706: tools/aubinator_error_decode] Error 1
|
|
|
|
--- src/intel/Makefile.in.orig 2017-12-24 10:29:12 UTC
|
|
+++ src/intel/Makefile.in
|
|
@@ -1977,7 +1977,8 @@ tools_aubinator_error_decode_LDADD = \
|
|
compiler/libintel_compiler.la \
|
|
$(top_builddir)/src/util/libmesautil.la \
|
|
$(PTHREAD_LIBS) \
|
|
- $(ZLIB_LIBS)
|
|
+ $(ZLIB_LIBS) \
|
|
+ -lm
|
|
|
|
tools_aubinator_error_decode_CFLAGS = \
|
|
$(AM_CFLAGS) \
|