]> git.pld-linux.org Git - packages/exim-lite.git/blob - exim4-Makefile-Default.patch
- added Encoding=UTF-8 as requires by freedesktop
[packages/exim-lite.git] / exim4-Makefile-Default.patch
1 diff -urN exim-3.951.org/OS/Makefile-Default exim-3.951/OS/Makefile-Default
2 --- exim-3.951.org/OS/Makefile-Default  Fri Nov 23 16:31:13 2001
3 +++ exim-3.951/OS/Makefile-Default      Tue Nov 27 16:25:07 2001
4 @@ -25,7 +25,7 @@
5  # found, it uses /usr/ucb/basename. This copes with Solaris 2 and Linux, both
6  # of which come in different versions.
7  
8 -BASENAME_COMMAND=/usr/bin/basename
9 +BASENAME_COMMAND=/bin/basename
10  
11  
12  # If you set STRIP_COMMAND to the path of the "strip" command, it will be run
13 @@ -38,8 +38,8 @@
14  # Some of the following commands live in different places in different OS. We
15  # include them all here for generality.
16  
17 -CHOWN_COMMAND=/usr/bin/chown
18 -CHGRP_COMMAND=/usr/bin/chgrp
19 +CHOWN_COMMAND=/bin/chown
20 +CHGRP_COMMAND=/bin/chgrp
21  MV_COMMAND=/bin/mv
22  RM_COMMAND=/bin/rm
23  
24 @@ -149,7 +149,7 @@
25  # parameters for include and library directories that may be needed for IPv6
26  # on some systems.
27  
28 -# HAVE_IPV6=YES
29 +HAVE_IPV6=YES
30  # IPV6_INCLUDE=-I /usr/ipv6/include
31  # IPV6_LIBS=-L/usr/ipv6/libs -linet6
32  
This page took 0.078861 seconds and 3 git commands to generate.