[egoboo] Need to search . for includes

Bruno Wolff III bruno at fedoraproject.org
Tue Mar 13 02:50:41 UTC 2012


commit c14ae5104ed11d46859c21e08d9344557bd71662
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Mar 11 12:59:36 2012 -0500

    Need to search . for includes

 egoboo-opts.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egoboo-opts.patch b/egoboo-opts.patch
index 40f7913..9ea9772 100644
--- a/egoboo-opts.patch
+++ b/egoboo-opts.patch
@@ -6,7 +6,7 @@
  CC      := gcc
 -INC     := -I. -I.. -I../enet/include ${SDLCONF_I} -I./extensions -I./file_formats -I./platform
 -LDFLAGS := ${SDLCONF_L} -L../enet/lib -lSDL_ttf -lSDL_mixer -lGL -lGLU -lSDL_image -lphysfs -lenet
-+INC     := `sdl-config --cflags` -I./extensions -I./file_formats -I./platform
++INC     := `sdl-config --cflags` -I. -I./extensions -I./file_formats -I./platform
 +LDFLAGS := `sdl-config --libs` -lSDL_ttf -lSDL_mixer -lGL -lGLU -lSDL_image -lphysfs -lenet -lenet -lm
  
  # use different options if the environmental variable PREFIX is defined


More information about the scm-commits mailing list