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 /gnome/libgnomeprintui-2.6.2 | |
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 'gnome/libgnomeprintui-2.6.2')
-rw-r--r-- | gnome/libgnomeprintui-2.6.2/configure.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome/libgnomeprintui-2.6.2/configure.patch b/gnome/libgnomeprintui-2.6.2/configure.patch index e69de29bb2..558febd659 100644 --- a/gnome/libgnomeprintui-2.6.2/configure.patch +++ b/gnome/libgnomeprintui-2.6.2/configure.patch @@ -0,0 +1,12 @@ +--- libgnomeprintui-2.6.2/configure.in~ 2004-04-21 15:51:21.000000000 +0100 ++++ libgnomeprintui-2.6.2/configure.in 2004-06-27 13:12:26.000000000 +0100 +@@ -82,7 +82,8 @@ + dnl ../libgnomeprint/libgnomeprint/libgnomeprint-2-2.la to not have to make + dnl install after modifying libgnomeprint + dnl ============================================================================ +-AC_CHECK_FILE(../libgnomeprint/libgnomeprint/libgnomeprint-2-2.la, use_local_libgnomeprint_la="yes", use_local_libgnomeprint_la="no") ++dnl AC_CHECK_FILE(../libgnomeprint/libgnomeprint/libgnomeprint-2-2.la, use_local_libgnomeprint_la="yes", use_local_libgnomeprint_la="no") ++use_local_libgnomeprint_la="no" + AM_CONDITIONAL(EXAMPLES_USE_LOCAL_LIBGNOMEPRINT, test "x$use_local_libgnomeprint_la" = "xyes") + + AC_OUTPUT([ |