svn commit: r320189 - in head/devel/flatzebra: . files

Ganael LAPLANCHE martymac at FreeBSD.org
Fri Jun 7 10:00:27 UTC 2013


Author: martymac
Date: Fri Jun  7 10:00:26 2013
New Revision: 320189
URL: http://svnweb.freebsd.org/changeset/ports/320189

Log:
  Fix build when upgrading from previous version
  
  PR:		ports/177949
  Submitted by:	Anton Shterenlikht <mexas at bris.ac.uk>
  Approved by:	maintainer timeout (7 weeks)

Modified:
  head/devel/flatzebra/Makefile
  head/devel/flatzebra/files/patch-src-flatzebra-Makefile.in   (contents, props changed)

Modified: head/devel/flatzebra/Makefile
==============================================================================
--- head/devel/flatzebra/Makefile	Fri Jun  7 08:57:04 2013	(r320188)
+++ head/devel/flatzebra/Makefile	Fri Jun  7 10:00:26 2013	(r320189)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flatzebra
 PORTVERSION=	0.1.6
+PORTREVISION=	1
 CATEGORIES=	devel games
 MASTER_SITES=	http://perso.b2b2c.ca/sarrazip/dev/
 

Modified: head/devel/flatzebra/files/patch-src-flatzebra-Makefile.in
==============================================================================
--- head/devel/flatzebra/files/patch-src-flatzebra-Makefile.in	Fri Jun  7 08:57:04 2013	(r320188)
+++ head/devel/flatzebra/files/patch-src-flatzebra-Makefile.in	Fri Jun  7 10:00:26 2013	(r320189)
@@ -1,6 +1,6 @@
---- src/flatzebra/Makefile.in.orig	2009-08-21 08:57:35.167862535 +0000
-+++ src/flatzebra/Makefile.in	2009-08-21 08:58:09.594287891 +0000
-@@ -96,7 +96,7 @@
+--- src/flatzebra/Makefile.in.orig	2012-07-14 05:41:48.000000000 +0200
++++ src/flatzebra/Makefile.in	2013-06-06 16:56:34.000000000 +0200
+@@ -120,7 +120,7 @@
  ETAGS = etags
  CTAGS = ctags
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -9,3 +9,14 @@
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
  API = @API@
+@@ -274,8 +274,8 @@
+ 	font_13x7.xpm
+ 
+ libflatzebra_0_1_la_CXXFLAGS = \
+-	$(SDL_CFLAGS) \
+-	-I$(top_srcdir)/src
++	-I$(top_srcdir)/src \
++	$(SDL_CFLAGS)
+ 
+ libflatzebra_0_1_la_LIBADD = \
+ 	$(SDL_LIBS)


More information about the svn-ports-all mailing list