[egoboo] Adjust for new Makefile location

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


commit 3b334ae3304acc2b2f27891ba45d78ffc31e588b
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Mar 11 12:43:22 2012 -0500

    Adjust for new Makefile location

 egoboo.spec |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/egoboo.spec b/egoboo.spec
index ee172e8..a4c2903 100644
--- a/egoboo.spec
+++ b/egoboo.spec
@@ -26,11 +26,7 @@ dimension.
 %patch0 -b .opts
 
 %build
-# We override ENET_OBJ and LDFLAGS to use the system enet
-make -C game -f Makefile.unix ENET_OBJ= \
-  CFLAGS="$RPM_OPT_FLAGS `sdl-config --cflags` -DENET11" \
-  LDFLAGS="`sdl-config --libs` -lSDL_ttf -lSDL_mixer -lSDL_image -lGL -lGLU -lenet -lm"
-
+make -C src/game
 
 %install
 rm -rf $RPM_BUILD_ROOT


More information about the scm-commits mailing list