]> git.pld-linux.org Git - packages/w3c-libwww.git/blame - w3c-libwww-amfix.patch
- openssl 1.0.2g rebuild
[packages/w3c-libwww.git] / w3c-libwww-amfix.patch
CommitLineData
452a2443 1--- w3c-libwww-5.3.2/Library/src/Makefile.am~ Sat Mar 2 06:40:12 2002
2+++ w3c-libwww-5.3.2/Library/src/Makefile.am Sat Mar 2 06:40:12 2002
3@@ -47,8 +47,7 @@
4 perl $(top_srcdir)/config/winConfigure.pl $(srcdir)
5 endif
6
7-icondir = @icondir@
8-CPPFLAGS := $(CPPFLAGS) -DW3C_ICONS=\"$(icondir)\"
9+CPPFLAGS = @CPPFLAGS@ -DW3C_ICONS=\"$(icondir)\"
10
11 inc: $(BUILT_SOURCES)
12 @echo Generated built sources
13@@ -539,7 +539,7 @@
14
15 pkginclude_HEADERS = $(BUILT_SOURCES)
16
17-DOCS := $(wildcard *.html)
18+DOCS = $(wildcard *.html)
19
20 EXTRA_DIST = \
21 $(BUILT_SOURCES) \
1fe3accd
JB
22--- w3c-libwww-5.4.0/Makefile.am.orig 2002-06-12 11:32:59.000000000 +0200
23+++ w3c-libwww-5.4.0/Makefile.am 2003-10-23 00:32:42.756648688 +0200
24@@ -42,7 +42,6 @@
25 chmod -R a+r $(distdir)
26 zip -rq $(distdir).zip $(distdir)
27 $(TAR) chofz $(distdir).tgz $(distdir)
28- # gzip -f $(distdir).tar
29
30 # Tag before making distribution. Also, don't make a distribution if
31 # checks fail.
32--- w3c-libwww-5.4.0/Library/User/Makefile.am.orig 2002-06-06 16:59:37.000000000 +0200
33+++ w3c-libwww-5.4.0/Library/User/Makefile.am 2003-10-23 00:57:54.843776504 +0200
34@@ -11,9 +11,6 @@
35
36 SUBDIRS = Patch Architecture Using Guide Style Platform
37
38-BUILT_SOURCES = \
39- Extrnals.html
40-
41 SUFFIXES = .html
42
43 DEPENDENCIES = \
452a2443 44diff -Nur w3c-libwww-5.4.0.orig/Library/src/Makefile.am w3c-libwww-5.4.0/Library/src/Makefile.am
45--- w3c-libwww-5.4.0.orig/Library/src/Makefile.am 2009-09-02 07:56:48.000000000 +0200
46+++ w3c-libwww-5.4.0/Library/src/Makefile.am 2009-09-02 07:57:43.000000000 +0200
47@@ -440,7 +440,6 @@
48 HTBInit.h \
49 HTBTree.h \
50 HTBind.h \
51- HTBind.h \
52 HTBound.h \
53 HTBufWrt.h \
54 HTCache.h \
This page took 0.069171 seconds and 4 git commands to generate.