aboutsummaryrefslogtreecommitdiff
path: root/textproc/sp
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>2000-01-31 20:01:42 +0000
committerChuck Robey <chuckr@FreeBSD.org>2000-01-31 20:01:42 +0000
commit000ab664d5576e1e122cde1f0b0a59af4c9f430f (patch)
tree42d5371c123b890567084c3fb87fc1f9a1a1cc00 /textproc/sp
parentcbf2fa4a7bdd3a024aa44a5181a54042df142074 (diff)
downloadports-000ab664d5576e1e122cde1f0b0a59af4c9f430f.tar.gz
ports-000ab664d5576e1e122cde1f0b0a59af4c9f430f.zip
Notes
Diffstat (limited to 'textproc/sp')
-rw-r--r--textproc/sp/files/patch-ab11
1 files changed, 10 insertions, 1 deletions
diff --git a/textproc/sp/files/patch-ab b/textproc/sp/files/patch-ab
index 560d345373ae..4f95c410d8c9 100644
--- a/textproc/sp/files/patch-ab
+++ b/textproc/sp/files/patch-ab
@@ -1,5 +1,5 @@
--- Makefile.orig Sat Oct 10 00:15:02 1998
-+++ Makefile Sat Jan 15 00:13:40 2000
++++ Makefile Mon Jan 31 14:38:24 2000
@@ -1,11 +1,12 @@
# Copyright (c) 1994, 1995 James Clark
# See the file COPYING for copying permission.
@@ -15,6 +15,15 @@
# You might want to uncomment this on BSD systems
#INSTALL=install
+@@ -33,7 +34,7 @@
+ # Add -Dsig_atomic_t=int on SunOS 4.1.x with g++ (or any other platform
+ # which doesn't appropriately define sig_atomic_t).
+ # Add -DJADE_MIF to include the Jade MIF backend
+-XDEFINES=
++XDEFINES=-DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\"
+ DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES)
+ CXXFLAGS=-ansi $(DEBUG) $(WARN)
+ # Flag to pass to CXX to make it output list of dependencies as a Makefile.
@@ -48,14 +49,14 @@
# If you defined SP_HAVE_SOCKET, add any libraries that are needed for sockets
# -lsocket -lnsl needed on Solaris 2.x