ncurses: make this cross buildable :D
This commit is contained in:
parent
8fdd282998
commit
02fa820625
|
@ -23,17 +23,17 @@ do_build() {
|
|||
cd ${wrksrc}/ncursesw-build
|
||||
|
||||
# widec build
|
||||
CFLAGS="$XBPS_CFLAGS -fPIC" \
|
||||
../configure --enable-widec --with-shared \
|
||||
--prefix=/usr --mandir=/usr/share/man --without-debug \
|
||||
CFLAGS="$CFLAGS -fPIC" \
|
||||
../configure ${CONFIGURE_SHARED_ARGS} \
|
||||
--enable-widec --with-shared --without-debug \
|
||||
--with-manpage-symlinks --without-ada --enable-ext-colors \
|
||||
--with-install-prefix=${DESTDIR}
|
||||
make ${makejobs}
|
||||
|
||||
cd ${wrksrc}/ncurses-build
|
||||
# non-widec build
|
||||
CFLAGS="$XBPS_CFLAGS -fPIC" \
|
||||
../configure --prefix=/usr --with-shared \
|
||||
CFLAGS="$CFLAGS -fPIC" \
|
||||
../configure ${CONFIGURE_SHARED_ARGS} --with-shared \
|
||||
--without-debug --without-ada --with-install-prefix=${DESTDIR}
|
||||
make ${makejobs}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue