]> git.pld-linux.org Git - packages/ImageMagick.git/blob - ImageMagick-system-libltdl.patch
- removed English "es" translations
[packages/ImageMagick.git] / ImageMagick-system-libltdl.patch
1 --- ImageMagick-5.5.1/configure.ac.orig Fri Nov  1 14:37:40 2002
2 +++ ImageMagick-5.5.1/configure.ac      Fri Nov  1 14:41:30 2002
3 @@ -148,7 +148,7 @@
4  
5  # Configure libltdl
6  #AC_CONFIG_SUBDIRS(ltdl)
7 -AC_LIBLTDL_CONVENIENCE(ltdl)
8 +AC_LIBLTDL_INSTALLABLE(ltdl)
9  AC_LIB_LTDL
10  # Substitute INCLTDL and LIBLTDL in the Makefiles
11  AC_SUBST(INCLTDL)
12 --- ImageMagick-5.5.1/utilities/Makefile.am.orig        Fri Oct 11 22:07:21 2002
13 +++ ImageMagick-5.5.1/utilities/Makefile.am     Fri Nov  1 15:11:18 2002
14 @@ -58,7 +58,7 @@
15  
16  # Libtool libraries, dependencies, and linker flags used by most executables
17  if WITH_MODULES
18 -COMMONLDADD    = $(MAGICK_LIB) $(top_builddir)/ltdl/libltdlc.la
19 +COMMONLDADD    = $(MAGICK_LIB)
20  COMMONLDFLAGS  = @LDFLAGS@ @DLLDFLAGS@
21  else
22  COMMONLDADD    = $(MAGICK_LIB)
This page took 0.082377 seconds and 4 git commands to generate.