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-06-23 08:50:09 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-23 08:50:09 +0000
commit3243be768ad8a601b2636be4dd23dbb6c2d7dd9b (patch)
treecabb6414ea898fa0e0375aa4d0603861819d854c /ncurses-6.0.local.patch
parenta0c044e739c6161692408ee2595870e184640f27 (diff)
downloadmidipix_build-3243be768ad8a601b2636be4dd23dbb6c2d7dd9b.tar.bz2
midipix_build-3243be768ad8a601b2636be4dd23dbb6c2d7dd9b.tar.xz
- Adds and integrates pkgconf_host and pkgconf; fixes Irssi and other
packages that depend on pkg-config(1) and makes their build variables significantly less hacky (apk_tools, irssi, nano, ncurses, ncursestw ncursesw, and pacman.) pkgconf_host installs a ${TARGET}-pkg-config wrapper script that passes --define-variable=prefix=${PREFIX_NATIVE} when cross-compiling. - Adds -i flag to insert a link to pkg.build for a new build script and automatically rename build scripts with higher consecutive build levels. - Consistently quote [(1) operands correctly wherever necessary. - Reorganise build level 3 script levels: 1) 300-319: library dependencies, ordered by dependencies and alphabetically, 2) 320-389: leaf packages, ordered alphabetically.
Diffstat (limited to 'ncurses-6.0.local.patch')
-rw-r--r--ncurses-6.0.local.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ncurses-6.0.local.patch b/ncurses-6.0.local.patch
index 1afa2142..03756478 100644
--- a/ncurses-6.0.local.patch
+++ b/ncurses-6.0.local.patch
@@ -39,3 +39,16 @@
if test "$DFT_LWR_MODEL" = "shared" ; then
LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
+--- ncurses-6.0/misc/Makefile.in.orig 2015-08-05 23:15:41.000000000 +0000
++++ ncurses-6.0/misc/Makefile.in 2016-06-23 08:40:43.767712775 +0000
+@@ -110,8 +110,8 @@
+ install.libs :: $(DESTDIR)$(bindir) ncurses-config
+ $(INSTALL_SCRIPT) ncurses-config $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)
+
+-@MAKE_PC_FILES@install.libs :: pc-files $(DESTDIR)$(PKG_CONFIG_LIBDIR)
+-@MAKE_PC_FILES@ $(SHELL) -c 'for name in *.pc; do $(INSTALL_DATA) $$name $(DESTDIR)$(PKG_CONFIG_LIBDIR)/$$name; done'
++@MAKE_PC_FILES@install.libs :: pc-files $(PKG_CONFIG_LIBDIR)
++@MAKE_PC_FILES@ $(SHELL) -c 'for name in *.pc; do $(INSTALL_DATA) $$name $(PKG_CONFIG_LIBDIR)/$$name; done'
+
+ @MAKE_PC_FILES@sources :: pc-files
+ @MAKE_PC_FILES@pc-files :