Lines 1-5
Link Here
|
1 |
--- Makefile.orig Sat Oct 10 00:15:02 1998 |
1 |
--- Makefile.orig Sat Oct 10 06:15:02 1998 |
2 |
+++ Makefile Sun Oct 27 01:05:00 2002 |
2 |
+++ Makefile Wed Feb 5 23:25:16 2003 |
3 |
@@ -1,11 +1,12 @@ |
3 |
@@ -1,11 +1,12 @@ |
4 |
# Copyright (c) 1994, 1995 James Clark |
4 |
# Copyright (c) 1994, 1995 James Clark |
5 |
# See the file COPYING for copying permission. |
5 |
# See the file COPYING for copying permission. |
Lines 29-37
Link Here
|
29 |
# which doesn't appropriately define sig_atomic_t). |
29 |
# which doesn't appropriately define sig_atomic_t). |
30 |
# Add -DJADE_MIF to include the Jade MIF backend |
30 |
# Add -DJADE_MIF to include the Jade MIF backend |
31 |
-XDEFINES= |
31 |
-XDEFINES= |
32 |
+XDEFINES=-DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" |
32 |
-DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES) |
33 |
DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES) |
|
|
34 |
-CXXFLAGS=-ansi $(DEBUG) $(WARN) |
33 |
-CXXFLAGS=-ansi $(DEBUG) $(WARN) |
|
|
34 |
+XDEFINES=-DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" |
35 |
+DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSP_HAVE_LOCALE -DSP_HAVE_SOCKET $(XDEFINES) |
35 |
+CXXFLAGS+=-ansi $(DEBUG) $(WARN) |
36 |
+CXXFLAGS+=-ansi $(DEBUG) $(WARN) |
36 |
# Flag to pass to CXX to make it output list of dependencies as a Makefile. |
37 |
# Flag to pass to CXX to make it output list of dependencies as a Makefile. |
37 |
CXXDEPGENFLAGS=-MM |
38 |
CXXDEPGENFLAGS=-MM |