components/tree/patches/Makefile.patch
changeset 3605 0b7c9f67df31
child 5583 26ddfc624753
equal deleted inserted replaced
3602:c31407e83665 3605:0b7c9f67df31
       
     1 # Patch origin internal.
       
     2 # Not to be sent upstream, because changes to this native Makefile were intended
       
     3 # to be part of the build process.
       
     4 #
       
     5 # Of the suggested Solaris lines, only XOBJS (specific to this compoent) should
       
     6 # be set here.
       
     7 # The rest (CC, CFLAGS, LDFLAGS, MANDIR) need to be set by the Userland build
       
     8 # environment to get the correct values.
       
     9 
       
    10 --- tree-1.5.3/Makefile	Mon Oct 19 11:56:28 2009
       
    11 +++ tree-1.5.3/Makefile.new	Mon Dec  1 12:35:08 2014
       
    12 @@ -32,7 +32,7 @@
       
    13  #CC=cc
       
    14  #CFLAGS=-xO0 -v
       
    15  #LDFLAGS=
       
    16 -#XOBJS=strverscmp.o
       
    17 +XOBJS=strverscmp.o
       
    18  #MANDIR=${prefix}/share/man/man1
       
    19  
       
    20  # Uncomment for Cygwin: