Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 13:29:58 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349419 - head/games/blockout/files
Message-ID:  <201403281329.s2SDTwjU086913@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri Mar 28 13:29:58 2014
New Revision: 349419
URL: http://svnweb.freebsd.org/changeset/ports/349419
QAT: https://qat.redports.org/buildarchive/r349419/

Log:
  - Fix build on head
  
  PR:		186577
  Submitted by:	S <devel@stasyan.com> (maintainer)

Added:
  head/games/blockout/files/patch-ImageLib_src_Makefile   (contents, props changed)
Modified:
  head/games/blockout/files/patch-Makefile

Added: head/games/blockout/files/patch-ImageLib_src_Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/blockout/files/patch-ImageLib_src_Makefile	Fri Mar 28 13:29:58 2014	(r349419)
@@ -0,0 +1,13 @@
+--- ImageLib/src/Makefile.orig	2014-02-09 13:14:33.000000000 +0700
++++ ImageLib/src/Makefile	2014-02-09 13:15:28.000000000 +0700
+@@ -32,8 +32,8 @@
+ 
+ #---------------------------------------------------------------------
+ 
+-CXX	= g++
+-CC	= gcc
++#CXX	= g++
++#CC	= gcc
+ 
+ CXXFLAGS    = -O2 -Dlinux -c -I.
+ CFLAGS      = -O2 -Dlinux -c -I.

Modified: head/games/blockout/files/patch-Makefile
==============================================================================
--- head/games/blockout/files/patch-Makefile	Fri Mar 28 13:24:35 2014	(r349418)
+++ head/games/blockout/files/patch-Makefile	Fri Mar 28 13:29:58 2014	(r349419)
@@ -1,5 +1,5 @@
---- BlockOut/Makefile.orig	2009-08-06 14:55:56.000000000 +0700
-+++ BlockOut/Makefile	2009-08-06 15:39:07.000000000 +0700
+--- BlockOut/Makefile.orig	2008-01-10 00:29:06.000000000 +0600
++++ BlockOut/Makefile	2014-02-09 13:17:22.000000000 +0700
 @@ -34,17 +34,17 @@
  
  #---------------------------------------------------------------------
@@ -9,7 +9,8 @@
 +SDL_ROOT	= /usr/local
 +IMGLIB_ROOT	= ../ImageLib/src
  
- CXX		= g++
+-CXX		= g++
++#CXX		= g++
  
  CXXFLAGS =     -g -D_DEBUG -Dlinux -c \
 -               -I$(SDL_ROOT)/include/SDL -I$(IMGLIB_ROOT) -I.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403281329.s2SDTwjU086913>