[csw-devel] SF.net SVN: gar:[8337] csw/mgar/pkg/hatari/trunk/Makefile
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Thu Feb 4 01:39:11 CET 2010
Revision: 8337
http://gar.svn.sourceforge.net/gar/?rev=8337&view=rev
Author: jake_goerzen
Date: 2010-02-04 00:39:10 +0000 (Thu, 04 Feb 2010)
Log Message:
-----------
removed LD_OPTIONS; fixed RPATH
Modified Paths:
--------------
csw/mgar/pkg/hatari/trunk/Makefile
Modified: csw/mgar/pkg/hatari/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hatari/trunk/Makefile 2010-02-03 21:31:57 UTC (rev 8336)
+++ csw/mgar/pkg/hatari/trunk/Makefile 2010-02-04 00:39:10 UTC (rev 8337)
@@ -10,7 +10,7 @@
MASTER_SITES = http://download.berlios.de/hatari/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
PACKAGES = CSWhatari
-RUNTIME_DEP_PKGS = CSWlibsdl CSWpng CSWreadline CSWzlib
+RUNTIME_DEP_PKGS = CSWlibsdl CSWpng CSWpython CSWreadline CSWzlib
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
@@ -19,7 +19,6 @@
GARCOMPILER = GNU
TEST_SCRIPTS =
-CONFIGURE_ARGS = $(DIRPATHS) LIBS='-lm -lsocket'
-BUILD_ARGS = LD_OPTIONS='-R/opt/csw/lib/$ISALIST -R/opt/csw/lib -L/opt/csw/lib'
+CONFIGURE_ARGS = $(DIRPATHS) LIBS='-lm -lsocket -L/opt/csw/lib'
include gar/category.mk
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