summaryrefslogtreecommitdiff
path: root/devel/sfml/files/patch-src-SFML-System-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sfml/files/patch-src-SFML-System-Makefile')
-rw-r--r--devel/sfml/files/patch-src-SFML-System-Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/devel/sfml/files/patch-src-SFML-System-Makefile b/devel/sfml/files/patch-src-SFML-System-Makefile
index 6f05acbccc1f..ab836bf9d993 100644
--- a/devel/sfml/files/patch-src-SFML-System-Makefile
+++ b/devel/sfml/files/patch-src-SFML-System-Makefile
@@ -1,15 +1,15 @@
---- src/SFML/System/Makefile.orig 2009-05-28 19:57:04.000000000 +0400
-+++ src/SFML/System/Makefile 2009-07-07 19:51:23.000000000 +0400
+--- src/SFML/System/Makefile.orig 2013-02-08 16:07:21.000000000 +0100
++++ src/SFML/System/Makefile 2013-02-08 16:07:57.000000000 +0100
@@ -17,10 +17,10 @@
- $(AR) $(ARFLAGS) $(LIBNAME) $(OBJ)
-
- libsfml-system.so: $(OBJ)
-- $(CPP) $(LDFLAGS) -Wl,-soname,$(LIB).$(VERSION) -o $(LIBNAME) $(OBJ) -lpthread
-+ $(CXX) $(LDFLAGS) -Wl,-soname,$(LIB).$(VERSION) -o $(LIBNAME) $(OBJ) ${PTHREAD_LIBS}
-
- $(OBJ): %.o: %.cpp
-- $(CPP) -o $@ -c $< $(CFLAGS)
-+ $(CXX) -o $@ -c $< $(CXXFLAGS)
-
- .PHONY: clean mrproper
-
+ $(AR) $(ARFLAGS) $(LIBNAME) $(OBJ)
+
+ libsfml-system.so: $(OBJ)
+- $(CPP) $(LDFLAGS) -Wl,-soname,$(LIB).$(VERSION) -o $(LIBNAME) $(OBJ) -lpthread
++ $(CXX) $(LDFLAGS) -Wl,-soname,$(LIB).$(VERSION) -o $(LIBNAME) $(OBJ) -pthread
+
+ $(OBJ): %.o: %.cpp
+- $(CPP) -o $@ -c $< $(CFLAGS)
++ $(CXX) -o $@ -c $< $(CXXFLAGS)
+
+ .PHONY: clean mrproper
+