kiss-mfavila-large/ports/official/xorg/xf86-video-vesa/build

10 lines
108 B
Plaintext
Raw Normal View History

#!/bin/sh -e
export LDFLAGS="-Wl,-z,lazy"
./configure \
--prefix=/usr
make
make DESTDIR="$1" install