Changes between Version 5 and Version 6 of media-libs/sdl-net/1.2.7/1
- Timestamp:
- 02/08/09 13:24:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
media-libs/sdl-net/1.2.7/1
v5 v6 1 1 Install GUIlib first, copy in haiku config.guess/.sub, [http://ports.haiku-files.org/browser/haikuports/trunk/media-libs/sdl-net/SDL_net-1.2.7-haiku.diff patch] then 2 * libtoolize --force --copy 3 * aclocal 4 * ./autogen.sh 5 * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include 6 * make 7 * make install 2 3 {{{ 4 cp /boot/common/share/aclocal/libtool.m4 acinclude/libtool.m4 5 libtoolize --force --copy 6 ./autogen.sh 7 ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include 8 make 9 make install 10 }}} 11 8 12 Ran chat program, but didn't know what to do to check this one over. So don't know for sure if it's working correctly or not yet.
