[csw-devel] SF.net SVN: gar:[21228] csw/mgar/pkg/scummvm/trunk/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Thu May 30 23:51:56 CEST 2013
Revision: 21228
http://gar.svn.sourceforge.net/gar/?rev=21228&view=rev
Author: lblume
Date: 2013-05-30 21:51:56 +0000 (Thu, 30 May 2013)
Log Message:
-----------
scummvm/trunk: Default for data is not proper
Modified Paths:
--------------
csw/mgar/pkg/scummvm/trunk/Makefile
Modified: csw/mgar/pkg/scummvm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scummvm/trunk/Makefile 2013-05-30 18:39:35 UTC (rev 21227)
+++ csw/mgar/pkg/scummvm/trunk/Makefile 2013-05-30 21:51:56 UTC (rev 21228)
@@ -42,7 +42,7 @@
CONFIGURE_ARGS = --prefix=$(prefix)
CONFIGURE_ARGS += --bindir=$(bindir)
CONFIGURE_ARGS += --mandir=$(mandir)
-CONFIGURE_ARGS += --datadir=$(datadir)
+CONFIGURE_ARGS += --datarootdir=$(datadir)
CONFIGURE_ARGS += --libdir=$(libdir)
CONFIGURE_ARGS += --enable-release
CONFIGURE_ARGS += --enable-plugins
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list