2021-05-09 02:10:08 -04:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
|
|
|
patch -p1 < 01-links-tabbed.patch
|
|
|
|
|
2021-06-30 13:42:01 -04:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--enable-graphics \
|
2021-09-16 18:06:34 -04:00
|
|
|
--without-ipv6 \
|
|
|
|
--without-libevent \
|
|
|
|
--without-gpm \
|
|
|
|
--without-libtiff \
|
|
|
|
--without-librsvg \
|
|
|
|
--disable-png-pkgconfig \
|
|
|
|
--with-x \
|
2021-06-30 13:42:01 -04:00
|
|
|
--mandir=/usr/share/man
|
2021-05-09 02:10:08 -04:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR="$1" install
|