summaryrefslogtreecommitdiff
path: root/x11/XmHTML/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XmHTML/patches/patch-ac')
-rw-r--r--x11/XmHTML/patches/patch-ac54
1 files changed, 54 insertions, 0 deletions
diff --git a/x11/XmHTML/patches/patch-ac b/x11/XmHTML/patches/patch-ac
new file mode 100644
index 00000000000..8bae7649b24
--- /dev/null
+++ b/x11/XmHTML/patches/patch-ac
@@ -0,0 +1,54 @@
+$NetBSD: patch-ac,v 1.1.1.1 1999/01/22 06:27:04 mellon Exp $
+
+diff -rc2 --exclude Makefile --exclude *.o --exclude Makefile.bak XmHTML-1.1.5/http/Imakefile XmHTML-1.1.5-hacked/http/Imakefile
+*** XmHTML-1.1.5/http/Imakefile Fri Jan 16 20:56:33 1998
+--- XmHTML-1.1.5-hacked/http/Imakefile Thu Jan 21 16:27:32 1999
+***************
+*** 82,87 ****
+ OBJS = HTTP.o cookie.o
+
+- INSTALLFLAGS = $(INSTINCFLAGS)
+-
+ #define DoSharedLib SharedLibXmHTML
+ #define DoNormalLib NormalLibXmHTML
+--- 82,85 ----
+***************
+*** 175,179 ****
+
+ XCOMM rule to install header files
+! InstallMultiple($(HEADERS),$(HTTPINCDIR))
+
+ DependTarget()
+--- 173,177 ----
+
+ XCOMM rule to install header files
+! InstallMultipleFlags($(HEADERS),$(HTTPINCDIR),$(INSTINCFLAGS))
+
+ DependTarget()
+diff -rc2 --exclude Makefile --exclude *.o --exclude Makefile.bak XmHTML-1.1.5/src/Imakefile XmHTML-1.1.5-hacked/src/Imakefile
+*** XmHTML-1.1.5/src/Imakefile Thu Jan 21 16:28:56 1999
+--- XmHTML-1.1.5-hacked/src/Imakefile Thu Jan 21 16:26:25 1999
+***************
+*** 160,167 ****
+ SRCS = $(BASESRCS) $(GENSRCS) $(EXTRASRC) $(DEBSRC)
+ OBJS = $(BASEOBJS) $(GENOBJS) $(EXTRAOBJ) $(DEBOBJ)
+
+- INSTALLFLAGS = $(INSTINCFLAGS)
+-
+ #define DoSharedLib SharedLibXmHTML
+ #define DoNormalLib NormalLibXmHTML
+ #define DoDebugLib DebugLibXmHTML
+--- 160,165 ----
+***************
+*** 309,313 ****
+
+ XCOMM rule to install header files
+! InstallMultiple($(INSTHDRS),$(XMHTMLINCDIR))
+
+ depend:: $(SRCS)
+--- 309,313 ----
+
+ XCOMM rule to install header files
+! InstallMultipleFlags($(HEADERS),$(XMHTMLINCDIR),$(INSTINCFLAGS))
+
+ depend:: $(SRCS)