]> git.pld-linux.org Git - packages/XmHTML.git/blob - XmHTML-am.patch
- rebuild without libjpeg.la
[packages/XmHTML.git] / XmHTML-am.patch
1 diff -Nur XmHTML-1.1.7.orig/configure.in XmHTML-1.1.7/configure.in
2 --- XmHTML-1.1.7.orig/configure.in      Wed Feb  3 17:19:48 1999
3 +++ XmHTML-1.1.7/configure.in   Sat Mar 17 22:55:03 2001
4 @@ -712,32 +712,12 @@
5  fi
6  ])
7  
8 -AC_DEFUN(AM_MAINTAINER_MODE,
9 -[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
10 -  dnl maintainer-mode is disabled by default
11 -  AC_ARG_ENABLE(maintainer-mode,
12 -[  --enable-maintainer-mode enable make rules and dependencies not useful
13 -                          (and sometimes confusing) to the casual installer],
14 -      USE_MAINTAINER_MODE=$enableval,
15 -      USE_MAINTAINER_MODE=no)
16 -  AC_MSG_RESULT($USE_MAINTAINER_MODE)
17 -  if test $USE_MAINTAINER_MODE = yes; then
18 -    MAINT=
19 -  else
20 -    MAINT='#M#'
21 -  fi
22 -  AC_SUBST(MAINT)dnl
23 -]
24 -)
25 -
26  dnl
27  dnl End of special macros.
28  dnl
29  
30 -AM_CYGWIN32
31 -AM_EMX
32 +AC_CYGWIN
33  AM_WITH_DMALLOC
34 -AM_MAINTAINER_MODE
35  
36  AC_MSG_CHECKING(compiler flags)
37  dnl
38 @@ -810,17 +811,8 @@
39  dnl Which output files do we generate ?
40  dnl
41  
42 -AC_OUTPUT(Makefile
43 +AC_OUTPUT(
44 -book/Makefile
45 -contrib/Makefile
46 -examples/Makefile
47 -http/Makefile
48  lib/Makefile
49 -lib/common/Makefile
50 -lib/compat/Makefile
51 -lib/Motif/Makefile
52 -lib/gtk/Makefile
53 -tools/Makefile
54  )
55  
56  dnl
57 diff -Nur XmHTML-1.1.7.orig/include/config.h.in XmHTML-1.1.7/include/config.h.in
58 --- XmHTML-1.1.7.orig/include/config.h.in       Wed Feb  3 17:18:32 1999
59 +++ XmHTML-1.1.7/include/config.h.in    Sat Mar 17 22:56:34 2001
60 @@ -66,7 +66,9 @@
61  #undef TIME_WITH_SYS_TIME
62  
63  /* LessTif & automake/autoconf */
64 +#if 0
65  #undef VERSION
66 +#endif
67  
68  #undef WITH_DMALLOC
69  
70 diff -Nur XmHTML-1.1.7.orig/lib/Makefile.am XmHTML-1.1.7/lib/Makefile.am
71 --- XmHTML-1.1.7.orig/lib/Makefile.am   Wed Feb  3 17:26:57 1999
72 +++ XmHTML-1.1.7/lib/Makefile.am        Sat Mar 17 22:55:03 2001
73 @@ -7,14 +7,14 @@
74  
75  lib_LTLIBRARIES=libXmHTML.la
76  
77 -libXmHTML_la_LDFLAGS=
78 +libXmHTML_la_LDFLAGS=-L/usr/X11R6/lib -lXm -lX11 -lXext -lXt -lXpm -ljpeg -lpng -lz
79  libXmHTML_la_SOURCES= \
80         XmHTML.c Balloon.c XmImage.c fonts.c callbacks.c events.c frames.c \
81         forms.c StringUtil.c parse.c format.c layout.c paint.c colors.c \
82         images.c readBitmap.c readFLG.c readGIF.c readGIFplc.c readXPM.c \
83         readJPEG.c readJPEGplc.c readPNG.c map.c XCC.c quantize.c \
84         LZWStream.c plc.c error.c strings.c textsel.c output.c motif.c \
85 -       public.c warnings.c private.c stack.c
86 +       public.c warnings.c private.c stack.c psoutput.c
87  
88  if NLIBJPEG
89  JPEGINC =
This page took 0.067868 seconds and 3 git commands to generate.