summaryrefslogtreecommitdiffhomepage
path: root/ncurses-6.0.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-23 13:33:15 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-23 13:33:15 +0000
commit7d4788dd5d89d4cf12056721f346fb6243b17bc0 (patch)
tree84f1f71cf8c52e1628771996c6782a38b2688b21 /ncurses-6.0.local.patch
parentfb434bec898762f9859ca6dd4d9686027ace3c0c (diff)
downloadmidipix_build-7d4788dd5d89d4cf12056721f346fb6243b17bc0.tar.bz2
midipix_build-7d4788dd5d89d4cf12056721f346fb6243b17bc0.tar.xz
- Fixed git, libressl, and ncurses.
- Removed popt as only rsync required it. - Removed __PSX_DEFAULT_ROOT_DIRECTORY psxscl patch as chroot(8) can be used instead. - Swapped 204.psxscl.build with 205.ntcon.build.
Diffstat (limited to 'ncurses-6.0.local.patch')
-rw-r--r--ncurses-6.0.local.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/ncurses-6.0.local.patch b/ncurses-6.0.local.patch
index 2927fba3..1afa2142 100644
--- a/ncurses-6.0.local.patch
+++ b/ncurses-6.0.local.patch
@@ -19,3 +19,23 @@
| -linux-newlib* | -linux-musl* | -linux-uclibc* \
| -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
+--- ncurses-6.0/configure.orig 2015-08-05 09:20:32.000000000 +0000
++++ ncurses-6.0/configure 2016-02-23 11:33:12.718112802 +0000
+@@ -5856,7 +5856,7 @@
+ LD_RPATH_OPT="-rpath "
+ fi
+ ;;
+-(linux*|gnu*|k*bsd*-gnu)
++(linux*|gnu*|k*bsd*-gnu|midipix*)
+ LD_RPATH_OPT="-Wl,-rpath,"
+ ;;
+ (openbsd[2-9].*|mirbsd*)
+@@ -6188,7 +6188,7 @@
+ fi
+ cf_cv_rm_so_locs=yes
+ ;;
+- (linux*|gnu*|k*bsd*-gnu)
++ (linux*|gnu*|k*bsd*-gnu|midipix*)
+ if test "$DFT_LWR_MODEL" = "shared" ; then
+ LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
+ LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"