Commit 0dddb52a authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf SDL-1.2.15.tar.gz
patch -Np1 -d SDL-1.2.15 < SDL-1.2.15-config-update.patch
cd SDL-1.2.15 && sed -e '/_XData32/s:register long:register _Xconst long:' -i src/video/x11/SDL_x11sym.h
cd SDL-1.2.15 && ./configure --prefix=/usr --disable-static
$(MAKE) -C SDL-1.2.15
$(MAKE) -C SDL-1.2.15 install
install -v -m755 -d /usr/share/doc/SDL-1.2.15/html
cd SDL-1.2.15 && install -v -m644 docs/html/*.html /usr/share/doc/SDL-1.2.15/html
rm -rf SDL-1.2.15
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment