[egoboo/f17] Revert "Need to use sdl-config for includes as well"

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


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

    Revert "Need to use sdl-config for includes as well"
    
    This reverts commit 3659e089d2041baa31f9dce171717f9a1e2564d9.

 egoboo-opts.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egoboo-opts.patch b/egoboo-opts.patch
index 40f7913..e7271c5 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     := -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