[egoboo/f17] Revert "Need to search . for includes"

Bruno Wolff III bruno at fedoraproject.org
Fri Apr 27 04:26:27 UTC 2012


commit 5029fe8ff110894387abff47840b5d65280da1ff
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Thu Apr 26 23:09:43 2012 -0500

    Revert "Need to search . for includes"
    
    This reverts commit c14ae5104ed11d46859c21e08d9344557bd71662.

 egoboo-opts.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egoboo-opts.patch b/egoboo-opts.patch
index 9ea9772..40f7913 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. -I./extensions -I./file_formats -I./platform
++INC     := `sdl-config --cflags` -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