|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
|
#
|
|
|
|
|
# Filename: package/.../readline/install-no_rm.patch
|
|
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project
|
|
|
|
|
# Copyright (C) 2006 - 2010 The OpenSDE Project
|
|
|
|
|
#
|
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
|
#
|
|
|
|
@ -14,8 +14,9 @@
|
|
|
|
|
# version.
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
|
|
--- ./Makefile.in.orig 2009-01-06 14:03:14.000000000 -0300
|
|
|
|
|
+++ ./Makefile.in 2009-07-29 16:42:13.000000000 -0400
|
|
|
|
|
diff -ruN readline-6.1-orig/Makefile.in readline-6.1/Makefile.in
|
|
|
|
|
--- readline-6.1-orig/Makefile.in 2009-04-19 18:14:24.000000000 +0200
|
|
|
|
|
+++ readline-6.1/Makefile.in 2010-09-01 12:32:47.084140034 +0200
|
|
|
|
|
@@ -222,10 +222,8 @@
|
|
|
|
|
maybe-uninstall-headers: uninstall-headers
|
|
|
|
|
|
|
|
|
@ -27,9 +28,10 @@
|
|
|
|
|
$(INSTALL_DATA) libhistory.a $(DESTDIR)$(libdir)/libhistory.a
|
|
|
|
|
-test -n "$(RANLIB)" && $(RANLIB) $(DESTDIR)$(libdir)/libhistory.a
|
|
|
|
|
|
|
|
|
|
--- ./support/shlib-install.orig 2006-11-20 15:40:07.000000000 -0300
|
|
|
|
|
+++ ./support/shlib-install 2006-11-20 16:04:58.000000000 -0300
|
|
|
|
|
@@ -43,16 +43,7 @@
|
|
|
|
|
diff -ruN readline-6.1-orig/support/shlib-install readline-6.1/support/shlib-install
|
|
|
|
|
--- readline-6.1-orig/support/shlib-install 2009-10-28 14:30:18.000000000 +0100
|
|
|
|
|
+++ readline-6.1/support/shlib-install 2010-09-01 12:34:40.772101116 +0200
|
|
|
|
|
@@ -44,16 +44,7 @@
|
|
|
|
|
OLDSUFF=old
|
|
|
|
|
MV=mv
|
|
|
|
|
RM="rm -f"
|
|
|
|
@ -47,9 +49,9 @@
|
|
|
|
|
|
|
|
|
|
# install/uninstall
|
|
|
|
|
|
|
|
|
|
@@ -117,13 +108,11 @@
|
|
|
|
|
case "$host_os" in
|
|
|
|
|
*linux*)
|
|
|
|
|
@@ -119,13 +110,11 @@
|
|
|
|
|
case "$host_os-$host_vendor" in
|
|
|
|
|
*linux*|freebsd*-gentoo)
|
|
|
|
|
# libname.so.M -> libname.so.M.N
|
|
|
|
|
- ${echo} ${RM} ${INSTALLDIR}/$LINK2
|
|
|
|
|
if [ -z "$uninstall" ]; then
|
|
|
|
|