|
|
@ -1,8 +1,8 @@ |
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Filename: package/.../git/git-1.7.4.5-no-install-Error.pm.patch
|
|
|
|
# Filename: package/.../git/git-no-install-Error.pm.patch
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project
|
|
|
|
# Copyright (C) 2011 - 2014 The OpenSDE Project
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -16,12 +16,12 @@ |
|
|
|
|
|
|
|
|
|
|
|
Description: Do not install the private Error.pm
|
|
|
|
Description: Do not install the private Error.pm
|
|
|
|
|
|
|
|
|
|
|
|
--- git-1.7.4.5/perl/Makefile.PL.orig 2011-05-18 19:53:03.604002343 +0200
|
|
|
|
--- a/perl/Makefile.PL 2014-02-02 19:56:05.318198022 +0100
|
|
|
|
+++ git-1.7.4.5/perl/Makefile.PL 2011-05-18 19:53:29.280002344 +0200
|
|
|
|
+++ b/perl/Makefile.PL 2014-02-02 19:59:38.331137009 +0100
|
|
|
|
@@ -22,7 +22,7 @@
|
|
|
|
@@ -45,7 +45,7 @@
|
|
|
|
|
|
|
|
# We come with our own bundled Error.pm. It's not in the set of default
|
|
|
|
# Perl modules so install it if it's not available on the system yet.
|
|
|
|
# Perl modules so install it if it's not available on the system yet.
|
|
|
|
eval { require Error };
|
|
|
|
if ( !eval { require Error } || $Error::VERSION < 0.15009) {
|
|
|
|
if ($@ || $Error::VERSION < 0.15009) {
|
|
|
|
|
|
|
|
- $pm{'private-Error.pm'} = '$(INST_LIBDIR)/Error.pm';
|
|
|
|
- $pm{'private-Error.pm'} = '$(INST_LIBDIR)/Error.pm';
|
|
|
|
+# $pm{'private-Error.pm'} = '$(INST_LIBDIR)/Error.pm';
|
|
|
|
+# $pm{'private-Error.pm'} = '$(INST_LIBDIR)/Error.pm';
|
|
|
|
}
|
|
|
|
}
|