]> git.pld-linux.org Git - packages/cvsnt.git/blob - cvsnt-system-ltdl.patch
- properly detect patched pcre (with a patch avoiding symbol clash)
[packages/cvsnt.git] / cvsnt-system-ltdl.patch
1 --- cvsnt-2.5.04.2980/configure.in~     2008-02-14 06:26:00.000000000 +0200
2 +++ cvsnt-2.5.04.2980/configure.in      2008-03-27 00:06:32.828790347 +0200
3 @@ -24,8 +24,7 @@
4  CXXFLAGS="$CXXFLAGS $OPTFLAGS"
5  
6  AC_LIBTOOL_DLOPEN
7 -AC_LIBLTDL_CONVENIENCE
8 -AC_CONFIG_SUBDIRS(libltdl)
9 +AC_LIBLTDL_INSTALLABLE
10  AC_SUBST(INCLTDL)
11  AC_SUBST(LIBLTDL)
12  
13 --- cvsnt-2.5.04.2980/Makefile.am       2008-03-27 00:06:10.903530846 +0200
14 +++ cvsnt-2.5.04.2980/Makefile.am       2008-03-27 00:14:19.591605118 +0200
15 @@ -38,8 +38,6 @@
16    RCSTOOLS_SUBDIR =
17  endif
18  
19 -ltdl_subdir = libltdl
20 -
21  if WITH_MAC_HFS_SUPPORT
22    MACOSX_SUBDIR = osx
23  else
24 @@ -55,7 +53,7 @@
25  cvs_config_dir=@cvs_config_dir@
26  
27  # All other subdirs:
28 -SUBDIRS = $(ZLIB_SUBDIR) lib ufc-crypt $(ltdl_subdir) $(EXPAT_SUBDIR) $(PCRE_SUBDIR) $(MDNSCLIENT_SUBDIR) cvsapi diff cvsgui cvstools xdiff \
29 +SUBDIRS = $(ZLIB_SUBDIR) lib ufc-crypt $(EXPAT_SUBDIR) $(PCRE_SUBDIR) $(MDNSCLIENT_SUBDIR) cvsapi diff cvsgui cvstools xdiff \
30           protocols triggers cvsdelta $(MACOSX_SUBDIR) src $(LOCKSERVER_SUBDIR) $(RCSTOOLS_SUBDIR) man run_script
31  
32  EXTRA_DIST = \
This page took 0.143862 seconds and 3 git commands to generate.