]> git.pld-linux.org Git - packages/construo.git/blob - construo-no_games.patch
- %install should begin with rm -rf $RPM_BUILD_ROOT; unified %install a little
[packages/construo.git] / construo-no_games.patch
1 diff -ur construo-0.2.2.orig/construo.hxx construo-0.2.2/construo.hxx
2 --- construo-0.2.2.orig/construo.hxx    2004-02-15 17:43:36.000000000 +0100
3 +++ construo-0.2.2/construo.hxx 2004-02-15 17:44:32.000000000 +0100
4 @@ -22,7 +22,7 @@
5  
6  #include <config.h>
7  
8 -#define CONSTRUO_DATADIR DATADIR"/games/"PACKAGE
9 +#define CONSTRUO_DATADIR DATADIR"/"PACKAGE
10  
11  class SystemContext;
12  class InputContext;
13 diff -ur construo-0.2.2.orig/examples/Makefile.am construo-0.2.2/examples/Makefile.am
14 --- construo-0.2.2.orig/examples/Makefile.am    2004-02-15 17:43:36.000000000 +0100
15 +++ construo-0.2.2/examples/Makefile.am 2004-02-15 17:45:08.000000000 +0100
16 @@ -15,8 +15,8 @@
17  ##  along with this program; if not, write to the Free Software
18  ##  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19  
20 -pkgdatadir = $(datadir)/games/@PACKAGE@/examples
21 +pkgdatadir = $(datadir)/@PACKAGE@/examples
22  
23  nobase_dist_pkgdata_DATA = *.construo choh/*.construo choh2/*.construo
24  
25 -# EOF #
26 \ Brak znaku nowej linii na koñcu pliku
27 +# EOF #
28 diff -ur construo-0.2.2.orig/Makefile.am construo-0.2.2/Makefile.am
29 --- construo-0.2.2.orig/Makefile.am     2004-02-15 17:43:36.000000000 +0100
30 +++ construo-0.2.2/Makefile.am  2004-02-15 17:45:25.000000000 +0100
31 @@ -17,7 +17,7 @@
32  
33  SUBDIRS = examples
34  
35 -bindir=$(prefix)/games
36 +# bindir=@BINDIR@
37  
38  bin_PROGRAMS = @ConstruoTargets@
39  
40 @@ -159,7 +159,7 @@
41  construo_freeglut_LDADD   = libconstruo.a @freeglut_LIBS@
42  construo_freeglut_CXXFLAGS = -DUSE_GLUT_DISPLAY -DHAVE_FREEGLUT
43  
44 -# pkgdatadir = $(datadir)/games/@PACKAGE@
45 +# pkgdatadir = $(datadir)/@PACKAGE@
46  EXTRA_DIST = TODO  INSTALL.configure xml2sexpr.sh compatlib/sstream
47  
48 -# EOF #
49 \ Brak znaku nowej linii na koñcu pliku
50 +# EOF #
51 Tylko w construo-0.2.2: Makefile.am~
52 --- construo-0.2.2.orig/configure.ac    2003-07-28 23:13:59.000000000 +0200
53 +++ construo-0.2.2/configure.ac 2004-02-15 18:38:47.000000000 +0100
54 @@ -69,9 +69,9 @@
55                  CXXFLAGS="$CXXFLAGS -Icompatlib/"])
56  
57  dnl Checking for the install prefix and then use it to define PINGUS_DATADIR
58 -dnl PINGUS_EXPAND_DIR(pingus_datadir, "$datadir/games/$PACKAGE")
59 +dnl PINGUS_EXPAND_DIR(pingus_datadir, "$datadir/$PACKAGE")
60  dnl AC_DEFINE_UNQUOTED(PINGUS_DATADIR, "$pingus_datadir", [Location of Pingus data files])
61 -dnl AC_DEFINE(CONSTRUO_DATADIR, $datadir/games/$PACKAGE, [Location of Construo datafiles])
62 +dnl AC_DEFINE(CONSTRUO_DATADIR, $datadir/$PACKAGE, [Location of Construo datafiles])
63  AC_DEFINE_DIR(DATADIR, datadir, [Location of datafiles])
64  
65  AC_CHECK_LIB(z, gzopen)
66 @@ -158,4 +158,4 @@
67  echo "  Ingo Ruhnke <grumbel@gmx.de>"
68  echo ""
69  
70 -# EOF #
71 \ Brak znaku nowej linii na koñcu pliku
72 +# EOF #
This page took 0.10479 seconds and 3 git commands to generate.