diff options
author | midipix <writeonce@midipix.org> | 2019-08-19 10:09:59 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-08-19 10:19:58 +0000 |
commit | b0951fbee2dd53ca3f104ae99f889c6b8e3bdcc5 (patch) | |
tree | 1451c4b8b08e6eead37435d3400e5c3734ddfa0d /patches | |
parent | 37007737aed7139dc4da95994dd00de70abc4a62 (diff) | |
download | midipix_build-b0951fbee2dd53ca3f104ae99f889c6b8e3bdcc5.tar.bz2 midipix_build-b0951fbee2dd53ca3f104ae99f889c6b8e3bdcc5.tar.xz |
ncurses[tw]: upgrade to ncurses-6.1, remove hard-coded -I/include from *.pc.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/ncurses-6.1.local.patch | 34 | ||||
l--------- | patches/ncursestw-6.1.local.patch | 1 | ||||
l--------- | patches/ncursesw-6.1.local.patch | 1 |
3 files changed, 36 insertions, 0 deletions
diff --git a/patches/ncurses-6.1.local.patch b/patches/ncurses-6.1.local.patch new file mode 100644 index 00000000..5b290ae4 --- /dev/null +++ b/patches/ncurses-6.1.local.patch @@ -0,0 +1,34 @@ +diff -ru a/configure b/configure +--- a/configure 2018-01-20 00:27:18.000000000 +0000 ++++ b/configure 2019-08-19 09:46:30.361489923 +0000 +@@ -6317,7 +6317,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" +diff -ru a/misc/gen-pkgconfig.in b/misc/gen-pkgconfig.in +--- a/misc/gen-pkgconfig.in 2018-01-01 22:51:23.000000000 +0000 ++++ b/misc/gen-pkgconfig.in 2019-08-19 10:00:35.426023772 +0000 +@@ -64,17 +64,7 @@ + MENU_LIBRARY="${MENU_NAME}@USE_ARG_SUFFIX@" + FORM_LIBRARY="${FORM_NAME}@USE_ARG_SUFFIX@" + +-CFLAGS="@PKG_CFLAGS@" +-if test "$includedir" != "/usr/include" ; then +- includetop=`echo "$includedir" | sed -e 's,/include/[^/]*$,/include,'` +- test "$includetop" = "/usr/include" && includetop="$includedir" +- if test "x$includetop" != "x$includedir" +- then +- CFLAGS="$CFLAGS -I${includetop}" +- fi +- CFLAGS="$CFLAGS -I\${includedir}" +-fi +- ++CFLAGS= + LDFLAGS= + if test "$libdir" != "/usr/lib" ; then + LDFLAGS="$LDFLAGS -L\${libdir}" diff --git a/patches/ncursestw-6.1.local.patch b/patches/ncursestw-6.1.local.patch new file mode 120000 index 00000000..4c06615b --- /dev/null +++ b/patches/ncursestw-6.1.local.patch @@ -0,0 +1 @@ +ncurses-6.1.local.patch
\ No newline at end of file diff --git a/patches/ncursesw-6.1.local.patch b/patches/ncursesw-6.1.local.patch new file mode 120000 index 00000000..4c06615b --- /dev/null +++ b/patches/ncursesw-6.1.local.patch @@ -0,0 +1 @@ +ncurses-6.1.local.patch
\ No newline at end of file |