summaryrefslogtreecommitdiff
path: root/textproc/sp/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sp/files/patch-ae')
-rw-r--r--textproc/sp/files/patch-ae74
1 files changed, 74 insertions, 0 deletions
diff --git a/textproc/sp/files/patch-ae b/textproc/sp/files/patch-ae
new file mode 100644
index 000000000000..24319f3df964
--- /dev/null
+++ b/textproc/sp/files/patch-ae
@@ -0,0 +1,74 @@
+--- lib/Makefile.sub.orig Wed Jun 2 14:01:44 1999
++++ lib/Makefile.sub Wed Jun 2 14:01:53 1999
+@@ -1,10 +1,17 @@
+ LIB=sp
+ INCLUDE=-I$(srcdir)/../generic
+ MSGGENFLAGS=-l
++
+ COMMON_OBJS=Allocator.o Link.o IListBase.o TypeId.o assert.o
++COMMON_SOBJS=Allocator.so Link.so IListBase.so TypeId.so assert.so
++
+ ENTMGR_OBJS=CharsetInfo.o EntityCatalog.o EntityDecl.o EntityManager.o \
+ Hash.o InputSource.o Location.o Message.o MessageArg.o \
+ UnivCharsetDesc.o entmgr_inst.o
++ENTMGR_SOBJS=CharsetInfo.so EntityCatalog.so EntityDecl.so EntityManager.so \
++ Hash.so InputSource.so Location.so Message.so MessageArg.so \
++ UnivCharsetDesc.so entmgr_inst.so
++
+ XENTMGR_OBJS=LiteralStorage.o URLStorage.o RewindStorageObject.o \
+ ErrnoMessageArg.o OffsetOrderedList.o DescriptorManager.o \
+ ExtendEntityManager.o PosixStorage.o StdioStorage.o NotationStorage.o \
+@@ -14,6 +21,16 @@
+ Big5CodingSystem.o XMLCodingSystem.o CodingSystemKit.o \
+ SearchResultMessageArg.o SOEntityCatalog.o OutputByteStream.o \
+ xentmgr_inst.o
++XENTMGR_SOBJS=LiteralStorage.so URLStorage.so RewindStorageObject.so \
++ ErrnoMessageArg.so OffsetOrderedList.so DescriptorManager.so \
++ ExtendEntityManager.so PosixStorage.so StdioStorage.so NotationStorage.so \
++ StorageManager.so CodingSystem.so IdentityCodingSystem.so \
++ UTF8CodingSystem.so Fixed2CodingSystem.so UnicodeCodingSystem.so \
++ EUCJPCodingSystem.so SJISCodingSystem.so TranslateCodingSystem.so \
++ Big5CodingSystem.so XMLCodingSystem.so CodingSystemKit.so \
++ SearchResultMessageArg.so SOEntityCatalog.so OutputByteStream.so \
++ xentmgr_inst.so
++
+ PARSER_OBJS=ContentState.o ParserState.o parser_inst.o parseSd.o Parser.o \
+ parseInstance.o parseMode.o parseAttribute.o \
+ LinkProcess.o Lpd.o parseDecl.o ShortReferenceMap.o \
+@@ -25,15 +42,36 @@
+ Markup.o Text.o ContentToken.o ElementType.o Event.o \
+ InternalInputSource.o OutputState.o ParserMessages.o \
+ SdText.o NumericCharRefOrigin.o Id.o StringVectorMessageArg.o
++PARSER_SOBJS=ContentState.so ParserState.so parser_inst.so parseSd.so Parser.so \
++ parseInstance.so parseMode.so parseAttribute.so \
++ LinkProcess.so Lpd.so parseDecl.so ShortReferenceMap.so \
++ parseParam.so parseCommon.so SgmlParser.so \
++ Entity.so Attribute.so OpenElement.so Notation.so ParserOptions.so Dtd.so \
++ Undo.so Param.so TokenMessageArg.so Group.so \
++ CharsetDecl.so CharsetRegistry.so ExternalId.so \
++ TrieBuilder.so Sd.so Syntax.so Partition.so ModeInfo.so Recognizer.so \
++ Markup.so Text.so ContentToken.so ElementType.so Event.so \
++ InternalInputSource.so OutputState.so ParserMessages.so \
++ SdText.so NumericCharRefOrigin.so Id.so StringVectorMessageArg.so
++
+ APP_OBJS=ErrorCountEventHandler.o MessageEventHandler.o MessageFormatter.o \
+ MessageReporter.o MessageTable.o OutputCharStream.o ConsoleOutput.o \
+ CmdLineApp.o EntityApp.o ParserApp.o app_inst.o \
+ ArcEngine.o arc_inst.o
++APP_SOBJS=ErrorCountEventHandler.so MessageEventHandler.so MessageFormatter.so \
++ MessageReporter.so MessageTable.so OutputCharStream.so ConsoleOutput.so \
++ CmdLineApp.so EntityApp.so ParserApp.so app_inst.so \
++ ArcEngine.so arc_inst.so
++
+ GENERIC_OBJS=ParserEventGeneratorKit.o SGMLApplication.o EventGenerator.o \
+ GenericEventHandler.o
++GENERIC_SOBJS=ParserEventGeneratorKit.so SGMLApplication.so EventGenerator.so \
++ GenericEventHandler.so
+
+ OBJS=$(COMMON_OBJS) $(ENTMGR_OBJS) $(XENTMGR_OBJS) $(PARSER_OBJS) $(APP_OBJS) \
+ $(GENERIC_OBJS) $(LIBOBJS)
++SOBJS=$(COMMON_SOBJS) $(ENTMGR_SOBJS) $(XENTMGR_SOBJS) $(PARSER_SOBJS) $(APP_SOBJS) \
++ $(GENERIC_SOBJS) $(LIBSOBJS)
+
+ GENSRCS=version.h entmgr_inst.cxx \
+ xentmgr_inst.cxx EntityManagerMessages.h CatalogMessages.h \