diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 12:54:50 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:32:11 +0200 |
commit | e506e135b77d1533adc8bf2cdf928e47d32f2ccf (patch) | |
tree | 58711c0239dad7d7a8005d00c76a04797dd1e5eb /games-puzzle/construo/files | |
parent | games-puzzle/connectagram: Drop old (diff) | |
download | gentoo-e506e135b77d1533adc8bf2cdf928e47d32f2ccf.tar.gz gentoo-e506e135b77d1533adc8bf2cdf928e47d32f2ccf.tar.bz2 gentoo-e506e135b77d1533adc8bf2cdf928e47d32f2ccf.zip |
games-puzzle/construo: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/construo/files')
-rw-r--r-- | games-puzzle/construo/files/construo-0.2.2-gcc43.patch | 28 | ||||
-rw-r--r-- | games-puzzle/construo/files/construo-0.2.2-lGLU.patch | 4 |
2 files changed, 16 insertions, 16 deletions
diff --git a/games-puzzle/construo/files/construo-0.2.2-gcc43.patch b/games-puzzle/construo/files/construo-0.2.2-gcc43.patch index cc946b043bae..48165ed21df0 100644 --- a/games-puzzle/construo/files/construo-0.2.2-gcc43.patch +++ b/games-puzzle/construo/files/construo-0.2.2-gcc43.patch @@ -1,5 +1,5 @@ ---- command_line.cxx -+++ command_line.cxx +--- a/command_line.cxx ++++ b/command_line.cxx @@ -19,7 +19,9 @@ #include <config.h> @@ -11,8 +11,8 @@ #include "settings.hxx" #include "command_line.hxx" ---- config.hxx -+++ config.hxx +--- a/config.hxx ++++ b/config.hxx @@ -21,6 +21,7 @@ #define CONFIG_HH @@ -21,8 +21,8 @@ class Config { ---- lisp_reader.cxx -+++ lisp_reader.cxx +--- a/lisp_reader.cxx ++++ b/lisp_reader.cxx @@ -17,6 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -31,8 +31,8 @@ #include "construo_error.hxx" #include "lisp_reader.hxx" ---- unix_system.cxx -+++ unix_system.cxx +--- a/unix_system.cxx ++++ b/unix_system.cxx @@ -17,8 +17,9 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -45,8 +45,8 @@ #include <unistd.h> #include <sys/time.h> #include <time.h> ---- vector.cxx -+++ vector.cxx +--- a/vector.cxx ++++ b/vector.cxx @@ -16,8 +16,8 @@ totally replaced old CL_Vector with this code */ @@ -58,8 +58,8 @@ #include "vector.hxx" CL_Vector::CL_Vector(float x, float y, float z, float w) ---- world.cxx -+++ world.cxx +--- a/world.cxx ++++ b/world.cxx @@ -17,7 +17,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -70,8 +70,8 @@ #include <algorithm> #include "config.h" ---- x11_display.cxx -+++ x11_display.cxx +--- a/x11_display.cxx ++++ b/x11_display.cxx @@ -19,6 +19,7 @@ #include <config.h> diff --git a/games-puzzle/construo/files/construo-0.2.2-lGLU.patch b/games-puzzle/construo/files/construo-0.2.2-lGLU.patch index 4c0b018cfdc1..be8e7b604d6f 100644 --- a/games-puzzle/construo/files/construo-0.2.2-lGLU.patch +++ b/games-puzzle/construo/files/construo-0.2.2-lGLU.patch @@ -1,5 +1,5 @@ ---- configure.ac.old 2009-11-24 18:27:48.000000000 +0100 -+++ configure.ac 2009-11-24 18:28:29.000000000 +0100 +--- a/configure.ac.old 2009-11-24 18:27:48.000000000 +0100 ++++ b/configure.ac 2009-11-24 18:28:29.000000000 +0100 @@ -114,7 +114,7 @@ AC_CHECK_LIB(glut, glutMainLoop, [ |