svn commit: r349419 - head/games/blockout/files
Wen Heping
wen at FreeBSD.org
Fri Mar 28 13:29:59 UTC 2014
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 at 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.
More information about the svn-ports-all
mailing list