diff options
author | mjl <mjl@pkgsrc.org> | 1999-12-16 22:03:12 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 1999-12-16 22:03:12 +0000 |
commit | 040eb41c690c0e0ec033a6490df9dd131fb7a87f (patch) | |
tree | eeced3e5ca4493aa0ed1d81ab322df82f644baa5 /textproc/sp/patches | |
parent | 59125da38bed7bfb602298a5cf2a76fafe6025de (diff) | |
download | pkgsrc-040eb41c690c0e0ec033a6490df9dd131fb7a87f.tar.gz |
Fix default sgml catalog path, add NetBSD id to patch, correct
PLIST.
Diffstat (limited to 'textproc/sp/patches')
-rw-r--r-- | textproc/sp/patches/patch-aa | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/textproc/sp/patches/patch-aa b/textproc/sp/patches/patch-aa index 72a6b0000ea..791a058fc33 100644 --- a/textproc/sp/patches/patch-aa +++ b/textproc/sp/patches/patch-aa @@ -1,5 +1,7 @@ ---- Makefile.orig Thu Dec 16 21:29:05 1999 -+++ Makefile Thu Dec 16 21:33:43 1999 +$NetBSD: patch-aa,v 1.3 1999/12/16 22:03:13 mjl Exp $ + +--- Makefile.orig Sat Oct 10 06:15:02 1998 ++++ Makefile Thu Dec 16 22:42:56 1999 @@ -1,11 +1,11 @@ # Copyright (c) 1994, 1995 James Clark # See the file COPYING for copying permission. @@ -14,3 +16,12 @@ # You might want to uncomment this on BSD systems #INSTALL=install +@@ -34,7 +34,7 @@ + # which doesn't appropriately define sig_atomic_t). + # Add -DJADE_MIF to include the Jade MIF backend + XDEFINES= +-DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES) ++DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES) -DSGML_CATALOG_FILES_DEFAULT=\"${PREFIX}/share/sgml/catalog\" -DSP_HAVE_LOCALE + CXXFLAGS=-ansi $(DEBUG) $(WARN) + # Flag to pass to CXX to make it output list of dependencies as a Makefile. + CXXDEPGENFLAGS=-MM |