Advertisement
Guest User

Untitled

a guest
Mar 30th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. configure-kobodeluxe-local() {
  2. set -x
  3. # conflicts with uclibc pipe2() function
  4. sed -i -e 's|pipe2|pipe_2|g' enemies.h enemy.cpp
  5. export SDL_CONFIG="$STAGING_TOOLS"/bin/sdl-config
  6. export LDFLAGS="$LDFLAGS_RLINK"
  7. libtoolize && $ACLOCAL && autoheader && automake --force-missing --foreign -a -c && autoconf
  8. configure-generic-local \
  9. --disable-opengl
  10. export LDFLAGS="$LDFLAGS_BASE"
  11. unset SDL_CONFIG
  12. set +x
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement