diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-11-06 10:26:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-11-06 10:26:13 +0000 |
commit | 314ce217e2858ab8b10cdfddd60ea4089f9e1c2c (patch) | |
tree | e326a66a1efe167618c3855bada140172066c502 /games/xlogical/files/patch-gpl.h | |
parent | - Fix build with gcc 4.2 (diff) |
- Fix build with gcc 4.2
PR: 117319
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=202540
Diffstat (limited to 'games/xlogical/files/patch-gpl.h')
-rw-r--r-- | games/xlogical/files/patch-gpl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xlogical/files/patch-gpl.h b/games/xlogical/files/patch-gpl.h new file mode 100644 index 000000000000..cd0653268851 --- /dev/null +++ b/games/xlogical/files/patch-gpl.h @@ -0,0 +1,11 @@ +--- gpl.h.orig 2007-11-05 23:45:33.000000000 +0100 ++++ gpl.h 2007-11-05 23:45:40.000000000 +0100 +@@ -20,7 +20,7 @@ + //
+ ////////////////////////////////////////////////////////////////////////
+
+-char *gpl[] = {
++const char *gpl[] = {
+ "GNU GENERAL PUBLIC LICENSE",
+ "TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION",
+ " ",
|