diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-11 02:32:29 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-11 02:32:29 +0000 |
commit | f4a8b1ad5d002cb1c0c294d1e5b0b62e2740d34a (patch) | |
tree | f7f88dd9c7f489e6c72f872cacaef6d0a43115bb /sys-libs/readline/files | |
parent | Added darwin ncurses (diff) | |
download | gentoo-2-f4a8b1ad5d002cb1c0c294d1e5b0b62e2740d34a.tar.gz gentoo-2-f4a8b1ad5d002cb1c0c294d1e5b0b62e2740d34a.tar.bz2 gentoo-2-f4a8b1ad5d002cb1c0c294d1e5b0b62e2740d34a.zip |
Mac OS X compatible readline
Diffstat (limited to 'sys-libs/readline/files')
-rw-r--r-- | sys-libs/readline/files/digest-readline-4.3-r6 | 6 | ||||
-rw-r--r-- | sys-libs/readline/files/macos.patch | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/sys-libs/readline/files/digest-readline-4.3-r6 b/sys-libs/readline/files/digest-readline-4.3-r6 new file mode 100644 index 000000000000..64e09d9247d2 --- /dev/null +++ b/sys-libs/readline/files/digest-readline-4.3-r6 @@ -0,0 +1,6 @@ +MD5 f86f7cb717ab321fe15f1bbcb058c11e readline-4.3.tar.gz 961662 +MD5 aacf1c41717f305ab5ce45e9d028821d readline43-001 1126 +MD5 8df4bf2c7e77e05c4ecd949b9b5dedf3 readline43-002 738 +MD5 946ed64a306afadb981b294747578e95 readline43-003 2202 +MD5 392705156b3054eaae2f2a28238592fb readline43-004 3140 +MD5 0e4affc42a7bfc70f0a50529e7901954 readline43-005 1056 diff --git a/sys-libs/readline/files/macos.patch b/sys-libs/readline/files/macos.patch new file mode 100644 index 000000000000..e826a5a7e5df --- /dev/null +++ b/sys-libs/readline/files/macos.patch @@ -0,0 +1,12 @@ +diff -urN readline-4.3.orig/support/shobj-conf readline-4.3/support/shobj-conf +--- readline-4.3.orig/support/shobj-conf Sun Jul 11 02:59:49 2004 ++++ readline-4.3/support/shobj-conf Sun Jul 11 03:00:16 2004 +@@ -148,7 +148,7 @@ + SHOBJ_LDFLAGS='-dynamic' + SHLIB_XLDFLAGS='-arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v' + +- SHLIB_LIBS='-lSystem' ++ SHLIB_LIBS='-lSystem -lncurses -lcc_dynamic' + ;; + + openbsd*) |