summaryrefslogtreecommitdiffstats
path: root/ncurses-5.9-abi-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ncurses-5.9-abi-version.patch')
-rw-r--r--ncurses-5.9-abi-version.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/ncurses-5.9-abi-version.patch b/ncurses-5.9-abi-version.patch
deleted file mode 100644
index 111890e..0000000
--- a/ncurses-5.9-abi-version.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- origsrc/ncurses-5.9/configure 2013-02-17 22:26:26.120661500 -0600
-+++ src/ncurses-5.9/configure 2013-02-17 23:04:01.218645700 -0600
-@@ -4372,7 +4372,7 @@ fi
- echo "$as_me: error: Cannot find libtool" >&2;}
- { (exit 1); exit 1; }; }
- fi
-- LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} ${LIBTOOL_VERSION} `cut -f1 ${top_srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} $(LIBS) -o'
-+ LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} ${LIBTOOL_VERSION} ${ABI_VERSION}:0 ${LIBTOOL_OPTS} ${LT_UNDEF} $(LIBS) -o'
- LIB_OBJECT='${OBJECTS:.o=.lo}'
- LIB_SUFFIX=.la
- LIB_CLEAN='${LIBTOOL} --mode=clean'
---- origsrc/ncurses-5.9/mk-1st.awk 2013-05-06 01:53:59.650892700 -0500
-+++ src/ncurses-5.9/mk-1st.awk 2013-05-06 02:00:44.355040500 -0500
-@@ -445,7 +445,7 @@ END {
- printf "\tcd ../lib && $(LIBTOOL_LINK) $(%s) $(%s) \\\n", CC_NAME, CC_FLAG;
- printf "\t\t-o %s $(%s_OBJS:$o=.lo) \\\n", lib_name, OBJS;
- printf "\t\t-rpath $(DESTDIR)$(libdir) \\\n";
-- printf "\t\t%s $(NCURSES_MAJOR):$(NCURSES_MINOR) $(LT_UNDEF) $(%s) $(LDFLAGS)\n", libtool_version, which_list;
-+ printf "\t\t%s $(ABI_VERSION):0 $(LT_UNDEF) $(%s) $(LDFLAGS)\n", libtool_version, which_list;
- print ""
- print "install \\"
- print "install.libs \\"