[SCM] Simple and fast multimedia library for C++ branch, debian/repacking, updated. upstream/1.4-115-g2695cc8

Christoph Egger Christoph.Egger at gmx.de
Sun Jun 14 22:42:15 UTC 2009


The following commit has been merged in the debian/repacking branch:
commit 0b98f48870bdcddd117ad9c7090178de0bb17e6b
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sun Jun 14 23:33:24 2009 +0200

    glew no longer needed for -window

diff --git a/src/SFML/Window/Makefile b/src/SFML/Window/Makefile
index e64a742..5f9708e 100755
--- a/src/SFML/Window/Makefile
+++ b/src/SFML/Window/Makefile
@@ -17,7 +17,7 @@ libsfml-window-s.a: $(OBJ)
 	$(AR) $(ARFLAGS) $(LIBNAME) $(OBJ)
 
 libsfml-window.so: $(OBJ)
-	$(CPP) $(LDFLAGS) -Wl,-soname,$(LIB).$(VERSION) -o $(LIBNAME) $(OBJ) -lGLEW -lX11 -lXrandr -lGL $(LIBPATH)/libsfml-system.so.$(VERSION)
+	$(CPP) $(LDFLAGS) -Wl,-soname,$(LIB).$(VERSION) -o $(LIBNAME) $(OBJ) -lX11 -lXrandr -lGL $(LIBPATH)/libsfml-system.so.$(VERSION)
 
 $(OBJ): %.o: %.cpp
 	$(CPP) -o $@ -c $< $(CFLAGS)

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list