Author: titmuss
Date: Mon Feb 18 01:03:49 2008
New Revision: 1978

URL: http://svn.slimdevices.com?rev=1978&root=Jive&view=rev
Log:
Bug: N/A
Description:
Fix linux build.


Modified:
    branches/7.0/jive/src/pkg/Makefile.linux

Modified: branches/7.0/jive/src/pkg/Makefile.linux
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/Makefile.linux?rev=1978&root=Jive&r1=1977&r2=1978&view=diff
==============================================================================
--- branches/7.0/jive/src/pkg/Makefile.linux (original)
+++ branches/7.0/jive/src/pkg/Makefile.linux Mon Feb 18 01:03:49 2008
@@ -38,7 +38,7 @@
 #####
 
 .PHONY: sdl-all freetype sdl sdl-image sdl-tff sdl-gfx c-ares
-sdl-all: freetype sdl sdl-ttf sdl-image sdl-gfx c-ares
+sdl-all: freetype sdl sdl-ttf sdl-image sdl-gfx
 
 # freetype
 freetype-2.1.10/config.mk:
@@ -75,12 +75,6 @@
 sdl-gfx: SDL_gfx-2.0.15/Makefile
        cd SDL_gfx-2.0.15; make && make install
 
-# c-ares
-c-ares-1.5.1/Makefile:
-       cd c-ares-1.5.1; ./configure --prefix=${PREFIX}
-
-c-ares: c-ares-1.5.1/Makefile
-       cd c-ares-1.5.1; make && make install
 
 #####
 # lua

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to