Advertisement
Guest User

Untitled

a guest
Jan 17th, 2011
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. diff --git a/libsdl-image/Makefile b/libsdl-image/Makefile
  2. index c0bf851..53b09c7 100644
  3. --- a/libsdl-image/Makefile
  4. +++ b/libsdl-image/Makefile
  5. @@ -38,7 +38,7 @@ CONFIGURE_ARGS += \
  6. --with-sdl-exec-prefix=$(STAGING_DIR)
  7.  
  8. CONFIGURE_VARS += \
  9. - LIBS="-lSDL -ldirect -ldirectfb -lfusion"
  10. + LIBS="-lSDL -ldirect -ldirectfb -lfusion -liconv"
  11.  
  12. define Build/InstallDev
  13. $(INSTALL_DIR) $(1)/usr/include/SDL $(1)/usr/lib/pkgconfig
  14. diff --git a/stardict/Makefile b/stardict/Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement