diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /libetpan/libetpan-cvs/pkgconfig.patch | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'libetpan/libetpan-cvs/pkgconfig.patch')
-rw-r--r-- | libetpan/libetpan-cvs/pkgconfig.patch | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/libetpan/libetpan-cvs/pkgconfig.patch b/libetpan/libetpan-cvs/pkgconfig.patch index e69de29bb2..dcbfa20d64 100644 --- a/libetpan/libetpan-cvs/pkgconfig.patch +++ b/libetpan/libetpan-cvs/pkgconfig.patch @@ -0,0 +1,45 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- libetpan-0.33pre/configure.in~pkgconfig 2004-07-14 18:13:06.000000000 -0500 ++++ libetpan-0.33pre/configure.in 2004-07-15 19:03:18.000000000 -0500 +@@ -198,7 +198,7 @@ + AC_SUBST(VERSION) + + +-AC_OUTPUT(Makefile Rules libetpan-config generic/libetpan_version.h) ++AC_OUTPUT(Makefile Rules libetpan-config libetpan.pc generic/libetpan_version.h) + + dnl includes that depend on configure + +--- /dev/null 2004-06-02 16:28:12.000000000 -0500 ++++ libetpan-0.33pre/libetpan.pc.in 2004-07-15 19:06:41.000000000 -0500 +@@ -0,0 +1,10 @@ ++prefix=@prefix@ ++exec_prefix=@exec_prefix@ ++libdir=@libdir@ ++includedir=@includedir@ ++ ++Name: libetpan ++Description: a mail library ++Version: @VERSION@ ++Libs: -L${libdir} -letpan @LDFLAGS@ @LIBS@ @SSLLIBS@ @LIBICONV@ @DBLIB@ ++Cflags: -I${includedir} +--- libetpan-0.33pre/Makefile.in~pkgconfig 2004-07-15 19:05:01.000000000 -0500 ++++ libetpan-0.33pre/Makefile.in 2004-07-15 19:04:54.000000000 -0500 +@@ -64,11 +64,13 @@ + $(INSTALL) -m 755 libetpan-config $(bindir) + $(INSTALL) -m 644 libetpan-config.h $(includedir)/libetpan + $(INSTALL) -m 644 generic/libetpan.h $(includedir) ++ $(INSTALL) -m 644 libetpan.pc $(libdir)/pkgconfig + + install-dirs: + $(INSTALL) -d -m 755 $(includedir) + $(INSTALL) -d -m 755 $(includedir)/libetpan + $(INSTALL) -d -m 755 $(libdir) ++ $(INSTALL) -d -m 755 $(libdir)/pkgconfig + $(INSTALL) -d -m 755 $(bindir) + + realclean: maintainer-clean |