diff options
author | John Fieber <jfieber@FreeBSD.org> | 1997-07-07 02:43:46 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1997-07-07 02:43:46 +0000 |
commit | b9d8971393d7835b7e4c7f0032752803ad2fd996 (patch) | |
tree | b11e6fcb7aba640e6ae70d8e4d8a9661c40bec6a /textproc/jade/files/patch-ac | |
parent | Disable the generation of the shared libsp for all systems. It seems (diff) |
Unbreak this. Sort of. Shared libraries are still disabled
until I can figure out what is going on with them.
An assortment of other small messes were cleaned up.
Diffstat (limited to 'textproc/jade/files/patch-ac')
-rw-r--r-- | textproc/jade/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/jade/files/patch-ac b/textproc/jade/files/patch-ac new file mode 100644 index 000000000000..98730d62feb5 --- /dev/null +++ b/textproc/jade/files/patch-ac @@ -0,0 +1,19 @@ +*** lib/instmac.m4.orig Sun Jul 6 20:20:04 1997 +--- lib/instmac.m4 Sun Jul 6 20:20:54 1997 +*************** +*** 75,81 **** + __undefine(`undefine')__dnl + __undefine(`undivert')__dnl + __undefine(`unix')__dnl +! __dnl __changequote(,)__dnl disable quoting + + #ifdef SP_NAMESPACE + } +--- 75,81 ---- + __undefine(`undefine')__dnl + __undefine(`undivert')__dnl + __undefine(`unix')__dnl +! __dnl __changequote(,)__dnl + + #ifdef SP_NAMESPACE + } |