SF.net SVN: gar:[24444] csw/mgar/pkg/sdlttf/trunk/Makefile
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Thu Dec 11 22:15:17 CET 2014
Revision: 24444
http://sourceforge.net/p/gar/code/24444
Author: jake_goerzen
Date: 2014-12-11 21:15:15 +0000 (Thu, 11 Dec 2014)
Log Message:
-----------
sdlttf: switch to GCC4; enable 64-bit build
Modified Paths:
--------------
csw/mgar/pkg/sdlttf/trunk/Makefile
Modified: csw/mgar/pkg/sdlttf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sdlttf/trunk/Makefile 2014-12-11 18:44:55 UTC (rev 24443)
+++ csw/mgar/pkg/sdlttf/trunk/Makefile 2014-12-11 21:15:15 UTC (rev 24444)
@@ -10,6 +10,8 @@
MASTER_SITES = http://www.libsdl.org/projects/SDL_ttf/release/
DISTFILES = $(NAME)-$(VERSION).tar.gz
+GARCOMPILER = GCC4
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
@@ -35,6 +37,8 @@
TEST_SCRIPTS =
+BUILD64_LIBS_ONLY = 1
+
CONFIGURE_ARGS = $(DIRPATHS)
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