diff options
Diffstat (limited to 'ncurses')
-rw-r--r-- | ncurses/Makefile | 6 | ||||
-rw-r--r-- | ncurses/ncursesw.p5m | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/ncurses/Makefile b/ncurses/Makefile index bedc404..01a62f2 100644 --- a/ncurses/Makefile +++ b/ncurses/Makefile @@ -40,8 +40,8 @@ configure-options += \ --with-ticlib=tic \ --with-termlib=tinfo -configure-env.32 = \ - PKG_CONFIG_LIBDIR="$(libdir.32)/pkgconfig" +configure-env += \ + PKG_CONFIG_LIBDIR="/usr/lib$(lib-suffix.$(bits))/pkgconfig" configure-options.32 = \ --without-manpages \ --without-progs @@ -50,8 +50,6 @@ configure-options.32 = \ build-32-stamp: target = libs install-32-stamp: target = install.libs -configure-env.64 = \ - PKG_CONFIG_LIBDIR="$(libdir.64)/pkgconfig" configure-options.64 = \ --with-progs diff --git a/ncurses/ncursesw.p5m b/ncurses/ncursesw.p5m index 8b968d9..668399b 100644 --- a/ncurses/ncursesw.p5m +++ b/ncurses/ncursesw.p5m @@ -28,11 +28,11 @@ file path=usr/include/ncursesw/term_entry.h file path=usr/include/ncursesw/termcap.h file path=usr/include/ncursesw/tic.h file path=usr/include/ncursesw/unctrl.h -file path=usr/lib/pkgconfig/formw.pc -file path=usr/lib/pkgconfig/menuw.pc -file path=usr/lib/pkgconfig/ncursesw.pc -file path=usr/lib/pkgconfig/panelw.pc -file path=usr/share/man/man1/ncurses5-config.1 facet.devel=true +file path=usr/lib/$(mach64)/pkgconfig/formw.pc +file path=usr/lib/$(mach64)/pkgconfig/menuw.pc +file path=usr/lib/$(mach64)/pkgconfig/ncursesw.pc +file path=usr/lib/$(mach64)/pkgconfig/panelw.pc +file $(builddir.wide)/man/ncursesw5-config.1 path=usr/share/man/man1/ncursesw5-config.1 facet.devel=true link path=usr/lib/$(mach64)/libcursesw.so target=libncursesw.so.5.9 link path=usr/lib/$(mach64)/libformw.so target=libformw.so.5 link path=usr/lib/$(mach64)/libmenuw.so target=libmenuw.so.5 |