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

# Patch origin internal.
# Not to be sent upstream, because changes to this native Makefile were intended
# to be part of the build process.
#
# Of the suggested Solaris lines, only XOBJS (specific to this compoent) should
# be set here.
# The rest (CC, CFLAGS, LDFLAGS, MANDIR) need to be set by the Userland build
# environment to get the correct values.

--- tree-1.7.0/Makefile.orig	2016-03-02 16:39:19.874601327 -0800
+++ tree-1.7.0/Makefile	2016-03-02 16:36:53.954602502 -0800
@@ -43,7 +43,7 @@
 #CC=cc
 #CFLAGS=-xO0 -v
 #LDFLAGS=
-#OBJS+=strverscmp.o
+OBJS+=strverscmp.o
 #MANDIR=${prefix}/share/man/man1
 
 # Uncomment for Cygwin: