[csw-devel] SF.net SVN: gar:[3807] csw/mgar/pkg/hatari/trunk/Makefile

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Wed Mar 18 19:00:47 CET 2009


Revision: 3807
          http://gar.svn.sourceforge.net/gar/?rev=3807&view=rev
Author:   jake_goerzen
Date:     2009-03-18 18:00:44 +0000 (Wed, 18 Mar 2009)

Log Message:
-----------
Fix UFILES_REGEX tar.gz -> tar.bz2; Add runtime flags to LD_OPTIONS

Modified Paths:
--------------
    csw/mgar/pkg/hatari/trunk/Makefile

Modified: csw/mgar/pkg/hatari/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hatari/trunk/Makefile	2009-03-18 17:54:11 UTC (rev 3806)
+++ csw/mgar/pkg/hatari/trunk/Makefile	2009-03-18 18:00:44 UTC (rev 3807)
@@ -11,17 +11,12 @@
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
 DISTFILES += $(call admfiles,CSWhatari, depend )
 
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
 
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES = 
-
 LICENSE = gpl.txt
 PATCHFILES = stdint.h.diff
 GARCOMPILER = GNU
 TEST_SCRIPTS =
 CONFIGURE_ARGS = $(DIRPATHS) LIBS='-lm -lsocket'
-BUILD_ARGS = LD_OPTIONS=-L/opt/csw/lib
-
+BUILD_ARGS = LD_OPTIONS='-R/opt/csw/lib/$ISALIST -R/opt/csw/lib -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