Lines 1-6
Link Here
|
1 |
--- base/Makefile.in.orig 2008-06-22 15:43:28.000000000 +0900 |
1 |
--- base/Makefile.in.orig 2009-12-18 15:04:10.000000000 +0800 |
2 |
+++ base/Makefile.in 2008-11-03 00:09:12.000000000 +0900 |
2 |
+++ base/Makefile.in 2010-02-19 20:05:14.749990031 +0800 |
3 |
@@ -46,9 +46,8 @@ |
3 |
@@ -47,9 +47,8 @@ |
4 |
# the directories also define the default search path for the |
4 |
# the directories also define the default search path for the |
5 |
# initialization files (gs_*.ps) and the fonts. |
5 |
# initialization files (gs_*.ps) and the fonts. |
6 |
|
6 |
|
Lines 12-18
Link Here
|
12 |
INSTALL_SHARED = @INSTALL_SHARED@ |
12 |
INSTALL_SHARED = @INSTALL_SHARED@ |
13 |
|
13 |
|
14 |
prefix = @prefix@ |
14 |
prefix = @prefix@ |
15 |
@@ -164,7 +163,7 @@ |
15 |
@@ -156,7 +155,7 @@ |
16 |
# some older JPEG streams that violate the standard. If the JPEG |
16 |
# some older JPEG streams that violate the standard. If the JPEG |
17 |
# library built from local sources, the patch will be applied. |
17 |
# library built from local sources, the patch will be applied. |
18 |
|
18 |
|
Lines 21-27
Link Here
|
21 |
JPEG_NAME=jpeg |
21 |
JPEG_NAME=jpeg |
22 |
|
22 |
|
23 |
# Define the directory where the PNG library sources are stored, |
23 |
# Define the directory where the PNG library sources are stored, |
24 |
@@ -172,14 +171,14 @@ |
24 |
@@ -164,12 +163,12 @@ |
25 |
# You may need to change this if the libpng version changes. |
25 |
# You may need to change this if the libpng version changes. |
26 |
# See libpng.mak for more information. |
26 |
# See libpng.mak for more information. |
27 |
|
27 |
|
Lines 30-35
Link Here
|
30 |
PNGSRCDIR=@LIBPNGDIR@ |
30 |
PNGSRCDIR=@LIBPNGDIR@ |
31 |
LIBPNG_NAME=png |
31 |
LIBPNG_NAME=png |
32 |
|
32 |
|
|
|
33 |
# libtiff |
34 |
-SHARE_LIBTIFF=@SHARE_LIBTIFF@ |
35 |
+SHARE_LIBTIFF=1 |
36 |
TIFFSRCDIR=@LIBTIFFDIR@ |
37 |
TIFFPLATFORM=unix |
38 |
TIFFCONFIG_SUFFIX= |
39 |
@@ -178,7 +177,7 @@ |
33 |
# Define the directory where the zlib sources are stored. |
40 |
# Define the directory where the zlib sources are stored. |
34 |
# See zlib.mak for more information. |
41 |
# See zlib.mak for more information. |
35 |
|
42 |
|
Lines 38-44
Link Here
|
38 |
ZSRCDIR=@ZLIBDIR@ |
45 |
ZSRCDIR=@ZLIBDIR@ |
39 |
#ZLIB_NAME=gz |
46 |
#ZLIB_NAME=gz |
40 |
ZLIB_NAME=z |
47 |
ZLIB_NAME=z |
41 |
@@ -250,7 +249,7 @@ |
48 |
@@ -254,7 +253,7 @@ |
42 |
# Define the added flags for standard, debugging, profiling |
49 |
# Define the added flags for standard, debugging, profiling |
43 |
# and shared object builds. |
50 |
# and shared object builds. |
44 |
|
51 |
|
Lines 47-53
Link Here
|
47 |
CFLAGS_DEBUG=-g -O0 |
54 |
CFLAGS_DEBUG=-g -O0 |
48 |
CFLAGS_PROFILE=-pg @OPT_CFLAGS@ |
55 |
CFLAGS_PROFILE=-pg @OPT_CFLAGS@ |
49 |
CFLAGS_SO=@DYNAMIC_CFLAGS@ |
56 |
CFLAGS_SO=@DYNAMIC_CFLAGS@ |
50 |
@@ -295,7 +294,7 @@ |
57 |
@@ -299,7 +298,7 @@ |
51 |
# Solaris may need -lnsl -lsocket -lposix4. |
58 |
# Solaris may need -lnsl -lsocket -lposix4. |
52 |
# (Libraries required by individual drivers are handled automatically.) |
59 |
# (Libraries required by individual drivers are handled automatically.) |
53 |
|
60 |
|
Lines 56-62
Link Here
|
56 |
|
63 |
|
57 |
# Define the standard libraries to search at the end of linking. |
64 |
# Define the standard libraries to search at the end of linking. |
58 |
# Most platforms require -lpthread for the POSIX threads library; |
65 |
# Most platforms require -lpthread for the POSIX threads library; |
59 |
@@ -339,7 +338,7 @@ |
66 |
@@ -343,7 +342,7 @@ |
60 |
# the pthread library. Otherwise use SYNC=nosync |
67 |
# the pthread library. Otherwise use SYNC=nosync |
61 |
#SYNC=posync |
68 |
#SYNC=posync |
62 |
#SYNC=nosync |
69 |
#SYNC=nosync |
Lines 65-71
Link Here
|
65 |
|
72 |
|
66 |
# programs we use |
73 |
# programs we use |
67 |
RM=rm -f |
74 |
RM=rm -f |
68 |
@@ -498,6 +497,7 @@ |
75 |
@@ -490,6 +489,7 @@ |
69 |
# ---------------- End of platform-specific section ---------------- # |
76 |
# ---------------- End of platform-specific section ---------------- # |
70 |
|
77 |
|
71 |
INSTALL_CONTRIB=@INSTALL_CONTRIB@ |
78 |
INSTALL_CONTRIB=@INSTALL_CONTRIB@ |