components/lcms/patches/002-Makefile.in.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 174 187aa0541610
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

--- src/Makefile.in	2009-07-17 07:35:22.000000000 -0700
+++ src/Makefile.in	2010-03-23 10:23:01.305941153 -0700
@@ -127,7 +127,7 @@
 LCMS_PYEXECDIR = @LCMS_PYEXECDIR@
 LCMS_PYINCLUDE = @LCMS_PYINCLUDE@
 LCMS_PYLIB = @LCMS_PYLIB@
-LD = @LD@
+LD = $(CC) $(CFLAGS) $(LDFLAGS)
 LDFLAGS = @LDFLAGS@
 LIBOBJS = @LIBOBJS@
 LIBRARY_AGE = @LIBRARY_AGE@