Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 06:19:33 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330605 - in head/games/xpired: . files
Message-ID:  <201310170619.r9H6JXX7070930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Thu Oct 17 06:19:32 2013
New Revision: 330605
URL: http://svnweb.freebsd.org/changeset/ports/330605

Log:
  Fix build on 10.0

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

Modified: head/games/xpired/Makefile
==============================================================================
--- head/games/xpired/Makefile	Thu Oct 17 06:19:25 2013	(r330604)
+++ head/games/xpired/Makefile	Thu Oct 17 06:19:32 2013	(r330605)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xpired
 PORTVERSION=	1.22
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-linux/${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-linux_source

Added: head/games/xpired/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/xpired/files/patch-Makefile	Thu Oct 17 06:19:32 2013	(r330605)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2013-10-18 04:17:46.000000000 +1100
++++ Makefile	2013-10-18 04:17:55.000000000 +1100
+@@ -2,7 +2,7 @@
+ SHARE_PREFIX=$(PREFIX)/share/xpired
+ CFLAGS=`sdl-config --cflags` -DUNIX -DPREFIX=\"$(PREFIX)\" -DSHARE_PREFIX=\"$(SHARE_PREFIX)\"
+ LDFLAGS=`sdl-config --libs` -lSDL -lSDL_mixer -lSDL_image -lSDL_gfx
+-CC=gcc
++CC=cc
+ 
+ BINARIES = xpired xpiredit
+ 



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