Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 359
Collapse All | Expand All

(-)gltron-0.61/Makefile.in (-1 / +1 lines)
Lines 107-113 Link Here
107
	$(CC) $(OPT) -o gltron $(OBJ_SOUND) $(LIBS)
107
	$(CC) $(OPT) -o gltron $(OBJ_SOUND) $(LIBS)
108
108
109
INSTALL_FILES = gltron
109
INSTALL_FILES = gltron
110
DATA_FILES = data/* sounds/*wav
110
DATA_FILES = data/* sounds/*
111
111
112
install: $(INSTALL_FILES)
112
install: $(INSTALL_FILES)
113
	if [ ! -d $(GLTRON_INSTALLDIR) ] ; then \
113
	if [ ! -d $(GLTRON_INSTALLDIR) ] ; then \
(-)gltron-0.61/configure (-1 / +1 lines)
Lines 1236-1242 Link Here
1236
  echo $ac_n "(cached) $ac_c" 1>&6
1236
  echo $ac_n "(cached) $ac_c" 1>&6
1237
else
1237
else
1238
  ac_save_LIBS="$LIBS"
1238
  ac_save_LIBS="$LIBS"
1239
LIBS="-lSDL  $LIBS"
1239
LIBS="`sdl-config --libs` $LIBS"
1240
cat > conftest.$ac_ext <<EOF
1240
cat > conftest.$ac_ext <<EOF
1241
#line 1242 "configure"
1241
#line 1242 "configure"
1242
#include "confdefs.h"
1242
#include "confdefs.h"
(-)gltron-0.61/file.c (-1 / +1 lines)
Lines 20-26 Link Here
20
#ifdef macintosh 
20
#ifdef macintosh 
21
static char *dirs[] = { ":Data", ":Art" };
21
static char *dirs[] = { ":Data", ":Art" };
22
#else
22
#else
23
static char *dirs[] = { "data", "art" };
23
static char *dirs[] = { "/usr/share/gltron/data", "/usr/share/gltron/art" };
24
#endif
24
#endif
25
25
26
/* fopen() in MacOS on a directory returns NULL, here is a better solution */
26
/* fopen() in MacOS on a directory returns NULL, here is a better solution */

Return to bug 359