summaryrefslogtreecommitdiff
path: root/games/xlogical/files/patch-graph_images.cpp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-06-10 20:49:51 +0000
committerJohn Marino <marino@FreeBSD.org>2014-06-10 20:49:51 +0000
commitfac4ecc6a6d9c86d3e06fc582a5f0ad7f30755c5 (patch)
tree4a45e0dc1435ca2c9da352cd53b0b6e348b99b2e /games/xlogical/files/patch-graph_images.cpp
parent- Add missing USES=libtool (diff)
games/xlogical: stage support and unbreak on F10+
This port needed a lot more help than the PR indicated: * Full stage support * DESTDIR had to be patched in, there was only a placeholder * It didn't build on clang because there was no header for rand function * Almost very patch had DOS carriage returns (stripped) * Needed USES+=dos2unix so patches apply (caused revbump) * NOPORTDOCS needed to be replaced by PORT_OPTIONS - DOCS * post-extract target was muted, as is the norm * Previous install patches reworked to fit STAGE support better The PR updated: * Use of autotools * conversion of USE_GMAKE and USE_BZIP2 was done previously * GPLv2 license was added PR: 188798 Submitted by: maintainer (Aaron Baugher) Rest by: marino
Notes
Notes: svn path=/head/; revision=357377
Diffstat (limited to 'games/xlogical/files/patch-graph_images.cpp')
-rw-r--r--games/xlogical/files/patch-graph_images.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/xlogical/files/patch-graph_images.cpp b/games/xlogical/files/patch-graph_images.cpp
index b8e867d9703d..361623206777 100644
--- a/games/xlogical/files/patch-graph_images.cpp
+++ b/games/xlogical/files/patch-graph_images.cpp
@@ -1,11 +1,11 @@
--- graph_images.cpp.orig 2007-11-06 00:02:06.000000000 +0100
+++ graph_images.cpp 2007-11-06 00:02:21.000000000 +0100
@@ -22,7 +22,7 @@
-
- #include "defs.h"
-
--char *imageFiles[] = {
-+const char *imageFiles[] = {
- DATA_DIR PATHSEP "images" PATHSEP "arrow_d.bmp",
- DATA_DIR PATHSEP "images" PATHSEP "arrow_l.bmp",
- DATA_DIR PATHSEP "images" PATHSEP "arrow_r.bmp",
+
+ #include "defs.h"
+
+-char *imageFiles[] = {
++const char *imageFiles[] = {
+ DATA_DIR PATHSEP "images" PATHSEP "arrow_d.bmp",
+ DATA_DIR PATHSEP "images" PATHSEP "arrow_l.bmp",
+ DATA_DIR PATHSEP "images" PATHSEP "arrow_r.bmp",