SF.net SVN: gar:[24521] csw/mgar/pkg/sdlmixer/trunk/Makefile

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Mon Dec 29 22:29:08 CET 2014


Revision: 24521
          http://sourceforge.net/p/gar/code/24521
Author:   jake_goerzen
Date:     2014-12-29 21:29:07 +0000 (Mon, 29 Dec 2014)
Log Message:
-----------
sdlmixer: switch to GCC4 compiler

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

Modified: csw/mgar/pkg/sdlmixer/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sdlmixer/trunk/Makefile	2014-12-29 21:07:03 UTC (rev 24520)
+++ csw/mgar/pkg/sdlmixer/trunk/Makefile	2014-12-29 21:29:07 UTC (rev 24521)
@@ -10,11 +10,14 @@
 MASTER_SITES = http://www.libsdl.org/projects/SDL_mixer/release/
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
 
+GARCOMPILER = GCC4
+
 PACKAGES += CSWlibsdl-mixer1-2-0
 CATALOGNAME_CSWlibsdl-mixer1-2-0 = libsdl_mixer1_2_0
 OBSOLETED_BY_CSWlibsdl-mixer1-2-0 = CSWsdlmixer
 SPKG_DESC_CSWlibsdl-mixer1-2-0 += $(DESCRIPTION), libSDL_mixer-1.2.so.0
 RUNTIME_DEP_PKGS_CSWlibsdl-mixer1-2-0 += CSWlibsdl1-2-0
+RUNTIME_DEP_PKGS_CSWlibsdl-mixer1-2-0 += CSWlibgcc-s1
 
 # Split development files into a separate package.
 PACKAGES += CSWlibsdl-mixer1-2-0-dev
@@ -32,7 +35,7 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
-CONFIGURE_ARGS = --prefix=$(prefix) --disable-static
+CONFIGURE_ARGS = $(DIRPATHS) --disable-static
 TEST_SCRIPTS =
 
 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