components/tree/patches/Makefile.patch
author Misaki Miyashita <Misaki.Miyashita@Oracle.COM>
Tue, 27 Sep 2016 14:20:45 -0700
changeset 6984 a594fe3c9343
parent 5583 26ddfc624753
permissions -rw-r--r--
24735923 Upgrade OpenSSL version to 1.0.2j 24735979 problem in LIBRARY/OPENSSL

# 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: