[Scummvm-cvs-logs] SF.net SVN: scummvm:[46121] scummvm/trunk/configure

joostp at users.sourceforge.net joostp at users.sourceforge.net
Tue Nov 24 12:54:17 CET 2009


Revision: 46121
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46121&view=rev
Author:   joostp
Date:     2009-11-24 11:54:17 +0000 (Tue, 24 Nov 2009)

Log Message:
-----------
fix psp port building

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-11-24 10:33:30 UTC (rev 46120)
+++ scummvm/trunk/configure	2009-11-24 11:54:17 UTC (rev 46121)
@@ -900,9 +900,7 @@
 	_host_os=psp
 	_host_cpu=mipsallegrexel
 	_host_alias=psp
-	PSPDEV=$(psp-config --pspdev-path)
-	PSPSDK=$(psp-config --pspsdk-path)
-	LDFLAGS="$LDFLAGS -L$PSPSDK/lib -L$PSPDEV/psp/lib -specs=$_srcdir/backends/platform/psp/psp.spec"
+	LDFLAGS="$LDFLAGS -L$PSPDEV/psp/sdk/lib -specs=$_srcdir/backends/platform/psp/psp.spec"
 	;;
 ps2)
 	_host_os=ps2
@@ -985,6 +983,7 @@
 	fi
 	;;
 psp)
+	PSPSDK=$(psp-config --pspsdk-path)
 	if test -z "$PSPSDK"; then
 		echo "Please set the path to PSPSDK in your environment."
 		exit 1
@@ -2307,6 +2306,7 @@
 	psp)
 		DEFINES="$DEFINES -D__PSP__ -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DDISABLE_DOSBOX_OPL"
 		INCLUDES="$INCLUDES -I$PSPDEV/psp/include/SDL"
+		LIBS="$LIBS -lpng -lSDL"
 		;;
 	ps2)
 		# TODO ps2


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list